From 0820428be8368180b0e4eb6598a15465978e99ef Mon Sep 17 00:00:00 2001 From: "git@daemon.de" Date: Mon, 17 Jun 2013 12:07:50 +0200 Subject: [PATCH] forgot pack() format string to change to H* as well --- CHANGELOG | 3 +++ lib/Crypt/PWSafe3.pm | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f3dddee..4fb33fe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +1.10 + I forgot to fix the pack() format as well. + 1.09 the unpack() formatstring for the uuid (field 0x01) "L<4" didn't return a hex string, but a number only, which is fine for most diff --git a/lib/Crypt/PWSafe3.pm b/lib/Crypt/PWSafe3.pm index e95faa3..502a509 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.09'; +$Crypt::PWSafe3::VERSION = '1.10'; use Crypt::PWSafe3::Field; use Crypt::PWSafe3::HeaderField; @@ -952,7 +952,7 @@ and/or modify it under the same terms as Perl itself. =head1 VERSION -Crypt::PWSafe3 Version 1.09. +Crypt::PWSafe3 Version 1.10. =cut