mirror of
https://codeberg.org/scip/Crypt--PWSafe3.git
synced 2025-12-16 12:11:02 +01:00
1.04 => 1.05
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
1.05
|
||||
applied patch by https://github.com/Mekk:
|
||||
https://github.com/TLINDEN/Crypt--PWSafe3/pull/1,
|
||||
which replaces use of cp and mv commands with File::Copy.
|
||||
this makes it portable.
|
||||
|
||||
1.04
|
||||
|
||||
fixed rt.cpan.org#75145. uninitialized fields lead to
|
||||
|
||||
@@ -22,7 +22,7 @@ use Data::Dumper;
|
||||
use Exporter ();
|
||||
use vars qw(@ISA @EXPORT);
|
||||
|
||||
$Crypt::PWSafe3::VERSION = '1.04';
|
||||
$Crypt::PWSafe3::VERSION = '1.05';
|
||||
|
||||
use Crypt::PWSafe3::Field;
|
||||
use Crypt::PWSafe3::HeaderField;
|
||||
@@ -901,7 +901,7 @@ and/or modify it under the same terms as Perl itself.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
Crypt::PWSafe3 Version 1.04.
|
||||
Crypt::PWSafe3 Version 1.05.
|
||||
|
||||
=cut
|
||||
|
||||
|
||||
Reference in New Issue
Block a user