This commit is contained in:
git@daemon.de
2012-11-20 09:34:41 +01:00
parent 83754a4a07
commit 37b3bf567d
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
1.07
applied patch by https://github.com/Mekk:
https://github.com/TLINDEN/Crypt--PWSafe3/pull/3,
fix import of Bytes::Random::Secure.
1.06
applied patch by https://github.com/Mekk:
https://github.com/TLINDEN/Crypt--PWSafe3/pull/2,

2
README
View File

@@ -49,5 +49,5 @@ AUTHOR
VERSION
1.06
1.07

View File

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