Bootylicious
view release on metacpan - search on metacpan
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);
}
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.588 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )