File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 33 Signatures
44
55VERSION
6- version 0.54
6+ version 0.55
77
88SYNOPSIS
99 my $xml = '<foo ID="abc">123</foo>';
Original file line number Diff line number Diff line change @@ -95,3 +95,4 @@ changelog = Changes ; this is the default
9595
9696[AuthorsFromGit]
9797[Signature]
98+ [SignReleaseNotes]
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ it -- all in accordance with the W3C standard governing XML signatures.
3737use vars qw( $VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG) ;
3838
3939$DEBUG = 0;
40- our $VERSION = ' 0.54 ' ;
40+ our $VERSION = ' 0.55 ' ;
4141
4242use base qw( Class::Accessor) ;
4343XML::Sig-> mk_accessors(qw( key) );
You can’t perform that action at this time.
0 commit comments