1.04 => 1.05

This commit is contained in:
TLINDEN
2012-11-15 10:49:26 +01:00
parent fc4192f9c8
commit e5a80d508a
3 changed files with 9 additions and 3 deletions

View File

@@ -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 1.04
fixed rt.cpan.org#75145. uninitialized fields lead to fixed rt.cpan.org#75145. uninitialized fields lead to

2
README
View File

@@ -49,4 +49,4 @@ AUTHOR
VERSION VERSION
1.04 1.05

View File

@@ -22,7 +22,7 @@ use Data::Dumper;
use Exporter (); use Exporter ();
use vars qw(@ISA @EXPORT); use vars qw(@ISA @EXPORT);
$Crypt::PWSafe3::VERSION = '1.04'; $Crypt::PWSafe3::VERSION = '1.05';
use Crypt::PWSafe3::Field; use Crypt::PWSafe3::Field;
use Crypt::PWSafe3::HeaderField; use Crypt::PWSafe3::HeaderField;
@@ -901,7 +901,7 @@ and/or modify it under the same terms as Perl itself.
=head1 VERSION =head1 VERSION
Crypt::PWSafe3 Version 1.04. Crypt::PWSafe3 Version 1.05.
=cut =cut