mirror of
https://codeberg.org/scip/Crypt--PWSafe3.git
synced 2025-12-16 12:11:02 +01:00
got an error from cpan indexer: Status: Decreasing version number.
I don't know why, but 1.10 contained higher versions than 1.11. weird... So I incremented them. Nothing else changed, so it is ok.
This commit is contained in:
@@ -6,7 +6,7 @@ use Exporter ();
|
||||
use vars qw(@ISA @EXPORT);
|
||||
use utf8;
|
||||
|
||||
$Crypt::PWSafe3::HeaderField::VERSION = '1.01';
|
||||
$Crypt::PWSafe3::HeaderField::VERSION = '1.03';
|
||||
|
||||
%Crypt::PWSafe3::HeaderField::map2name = (
|
||||
0x00 => "version",
|
||||
|
||||
@@ -9,7 +9,7 @@ my %map2type = %Crypt::PWSafe3::Field::map2type;
|
||||
|
||||
my %map2name = %Crypt::PWSafe3::Field::map2name;
|
||||
|
||||
$Crypt::PWSafe3::Record::VERSION = '1.04';
|
||||
$Crypt::PWSafe3::Record::VERSION = '1.06';
|
||||
|
||||
foreach my $field (keys %map2type ) {
|
||||
eval qq(
|
||||
|
||||
Reference in New Issue
Block a user