load file::spec

This commit is contained in:
git@daemon.de
2015-05-21 09:19:36 +02:00
parent 98b140dfd8
commit 60a94cb5a7
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
1.21:
forgot to load File::Spec
1.20: 1.20:
applied another patch by David Dick: writing tmp files in applied another patch by David Dick: writing tmp files in
the same directory where the vault file resides (unless it's the same directory where the vault file resides (unless it's

View File

@@ -25,12 +25,13 @@ use Crypt::Random qw( makerandom );
use Data::UUID; use Data::UUID;
use File::Copy qw(copy move); use File::Copy qw(copy move);
use File::Temp; use File::Temp;
use File::Spec;
use FileHandle; use FileHandle;
use Data::Dumper; use Data::Dumper;
use Exporter (); use Exporter ();
use vars qw(@ISA @EXPORT); use vars qw(@ISA @EXPORT);
$Crypt::PWSafe3::VERSION = '1.20'; $Crypt::PWSafe3::VERSION = '1.21';
use Crypt::PWSafe3::Field; use Crypt::PWSafe3::Field;
use Crypt::PWSafe3::HeaderField; use Crypt::PWSafe3::HeaderField;
@@ -997,7 +998,7 @@ License 2.0, see: L<http://www.perlfoundation.org/artistic_license_2_0>
=head1 VERSION =head1 VERSION
Crypt::PWSafe3 Version 1.20. Crypt::PWSafe3 Version 1.21.
=cut =cut