mirror of
https://codeberg.org/scip/Crypt--PWSafe3.git
synced 2025-12-16 12:11:02 +01:00
load file::spec
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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<http://www.perlfoundation.org/artistic_license_2_0>
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
Crypt::PWSafe3 Version 1.20.
|
||||
Crypt::PWSafe3 Version 1.21.
|
||||
|
||||
=cut
|
||||
|
||||
|
||||
Reference in New Issue
Block a user