Skip to content

Commit 9da4192

Browse files
committed
Updates version and small packaging change
1 parent d0ab34b commit 9da4192

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
4141
"Test::Exception" => 0,
4242
"Test::More" => 0
4343
},
44-
"VERSION" => "0.54",
44+
"VERSION" => "0.55",
4545
"test" => {
4646
"TESTS" => "t/*.t"
4747
}

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ NAME
33
Signatures
44

55
VERSION
6-
version 0.54
6+
version 0.55
77

88
SYNOPSIS
99
my $xml = '<foo ID="abc">123</foo>';

dist.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,4 @@ changelog = Changes ; this is the default
9595

9696
[AuthorsFromGit]
9797
[Signature]
98+
[SignReleaseNotes]

lib/XML/Sig.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ it -- all in accordance with the W3C standard governing XML signatures.
3737
use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG);
3838

3939
$DEBUG = 0;
40-
our $VERSION = '0.54';
40+
our $VERSION = '0.55';
4141

4242
use base qw(Class::Accessor);
4343
XML::Sig->mk_accessors(qw(key));

0 commit comments

Comments
 (0)