diff --git a/CHANGELOG b/CHANGELOG index 7e42a04..6d4066d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +1.05 + applied patch by https://github.com/Mekk: + https://github.com/TLINDEN/Crypt--PWSafe3/pull/1, + which replaces use of cp and mv commands with File::Copy. + this makes it portable. + 1.04 fixed rt.cpan.org#75145. uninitialized fields lead to diff --git a/README b/README index 7173efa..c5da17d 100644 --- a/README +++ b/README @@ -49,4 +49,4 @@ AUTHOR VERSION - 1.04 + 1.05 diff --git a/lib/Crypt/PWSafe3.pm b/lib/Crypt/PWSafe3.pm index 36612dd..8d21736 100644 --- a/lib/Crypt/PWSafe3.pm +++ b/lib/Crypt/PWSafe3.pm @@ -22,7 +22,7 @@ use Data::Dumper; use Exporter (); use vars qw(@ISA @EXPORT); -$Crypt::PWSafe3::VERSION = '1.04'; +$Crypt::PWSafe3::VERSION = '1.05'; use Crypt::PWSafe3::Field; use Crypt::PWSafe3::HeaderField; @@ -901,7 +901,7 @@ and/or modify it under the same terms as Perl itself. =head1 VERSION -Crypt::PWSafe3 Version 1.04. +Crypt::PWSafe3 Version 1.05. =cut