Notes.pm (Module-Build-0.4232) | : | Notes.pm (Module-Build-0.4234) | ||
---|---|---|---|---|
package Module::Build::Notes; | package Module::Build::Notes; | |||
# A class for persistent hashes | # A class for persistent hashes | |||
use strict; | use strict; | |||
use warnings; | use warnings; | |||
our $VERSION = '0.4232'; | our $VERSION = '0.4234'; | |||
$VERSION = eval $VERSION; | $VERSION = eval $VERSION; | |||
use Data::Dumper; | use Data::Dumper; | |||
use Module::Build::Dumper; | use Module::Build::Dumper; | |||
sub new { | sub new { | |||
my ($class, %args) = @_; | my ($class, %args) = @_; | |||
my $file = delete $args{file} or die "Missing required parameter 'file' to new ()"; | my $file = delete $args{file} or die "Missing required parameter 'file' to new ()"; | |||
my $self = bless { | my $self = bless { | |||
disk => {}, | disk => {}, | |||
new => {}, | new => {}, | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |