merging 5.4.3 changes
This commit is contained in:
parent
c1f4105699
commit
dc9a81080a
17 changed files with 106 additions and 51 deletions
|
|
@ -669,6 +669,7 @@ A hash reference containing the data you wish to persist to the filesystem.
|
|||
|
||||
sub saveFromHashref {
|
||||
my ($self, $hashref) = @_;
|
||||
$self->getNode->create();
|
||||
store $hashref, $self->getPath;
|
||||
return $self->getFilename;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue