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:
git@daemon.de
2013-07-05 11:12:51 +02:00
parent 933457d49f
commit 8fc3d35628
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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(