From 60a94cb5a7a8e98c68efd546e8172eecad671f49 Mon Sep 17 00:00:00 2001 From: "git@daemon.de" Date: Thu, 21 May 2015 09:19:36 +0200 Subject: [PATCH] load file::spec --- CHANGELOG | 3 +++ lib/Crypt/PWSafe3.pm | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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