mirror of
https://codeberg.org/scip/Crypt--PWSafe3.git
synced 2025-12-16 20:21:01 +01:00
1.07
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
1.07
|
||||||
|
applied patch by https://github.com/Mekk:
|
||||||
|
https://github.com/TLINDEN/Crypt--PWSafe3/pull/3,
|
||||||
|
fix import of Bytes::Random::Secure.
|
||||||
|
|
||||||
1.06
|
1.06
|
||||||
applied patch by https://github.com/Mekk:
|
applied patch by https://github.com/Mekk:
|
||||||
https://github.com/TLINDEN/Crypt--PWSafe3/pull/2,
|
https://github.com/TLINDEN/Crypt--PWSafe3/pull/2,
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ use Data::Dumper;
|
|||||||
use Exporter ();
|
use Exporter ();
|
||||||
use vars qw(@ISA @EXPORT);
|
use vars qw(@ISA @EXPORT);
|
||||||
|
|
||||||
$Crypt::PWSafe3::VERSION = '1.06';
|
$Crypt::PWSafe3::VERSION = '1.07';
|
||||||
|
|
||||||
use Crypt::PWSafe3::Field;
|
use Crypt::PWSafe3::Field;
|
||||||
use Crypt::PWSafe3::HeaderField;
|
use Crypt::PWSafe3::HeaderField;
|
||||||
@@ -950,7 +950,7 @@ and/or modify it under the same terms as Perl itself.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
Crypt::PWSafe3 Version 1.06.
|
Crypt::PWSafe3 Version 1.07.
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user