Bootylicious
view release on metacpan or search on metacpan
lib/Bootylicious/Document.pm view on Meta::CPAN
$metadata .= "\n";
}
print $file $metadata;
print $file "\n";
print $file $self->content || '';
return $self;
}
sub update {
my $self = shift;
my $hash = shift;
$hash ||= {};
foreach my $key (keys %$hash) {
$self->$key($hash->{$key});
}
return $self->create($self->path);
}
( run in 0.236 second using v1.01-cache-2.11-cpan-95122f20152 )