diff --git a/CHANGELOG b/CHANGELOG index 0d5eec8..6871c37 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +1.21: + forgot to load File::Spec + 1.20: applied another patch by David Dick: writing tmp files in the same directory where the vault file resides (unless it's diff --git a/lib/Crypt/PWSafe3.pm b/lib/Crypt/PWSafe3.pm index 9ba93bb..075a8cf 100644 --- a/lib/Crypt/PWSafe3.pm +++ b/lib/Crypt/PWSafe3.pm @@ -25,12 +25,13 @@ use Crypt::Random qw( makerandom ); use Data::UUID; use File::Copy qw(copy move); use File::Temp; +use File::Spec; use FileHandle; use Data::Dumper; use Exporter (); use vars qw(@ISA @EXPORT); -$Crypt::PWSafe3::VERSION = '1.20'; +$Crypt::PWSafe3::VERSION = '1.21'; use Crypt::PWSafe3::Field; use Crypt::PWSafe3::HeaderField; @@ -997,7 +998,7 @@ License 2.0, see: L =head1 VERSION -Crypt::PWSafe3 Version 1.20. +Crypt::PWSafe3 Version 1.21. =cut