From 37b3bf567dc2ed0c1bf51565cce0d0c539d8ed70 Mon Sep 17 00:00:00 2001 From: "git@daemon.de" Date: Tue, 20 Nov 2012 09:34:41 +0100 Subject: [PATCH] 1.07 --- CHANGELOG | 5 +++++ README | 2 +- lib/Crypt/PWSafe3.pm | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6869f64..b3a34b2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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, diff --git a/README b/README index 8007b8b..61e3e08 100644 --- a/README +++ b/README @@ -49,5 +49,5 @@ AUTHOR VERSION - 1.06 + 1.07 diff --git a/lib/Crypt/PWSafe3.pm b/lib/Crypt/PWSafe3.pm index 7f09238..15c9434 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.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