We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299f358 commit 7e9b4d0Copy full SHA for 7e9b4d0
Makefile.PL
@@ -34,7 +34,7 @@ my %WriteMakefileArgs = (
34
"File::Which" => 0,
35
"Test::More" => 0
36
},
37
- "VERSION" => "0.04",
+ "VERSION" => "0.05",
38
"test" => {
39
"TESTS" => "t/*.t"
40
}
README
@@ -2,7 +2,7 @@ NAME
2
XML::Enc - XML::Enc Encryption Support
3
4
VERSION
5
- version 0.04
+ version 0.05
6
7
SYNOPSIS
8
my $decrypter = XML::Enc->new(
lib/XML/Enc.pm
@@ -15,7 +15,7 @@ use Crypt::Random qw( makerandom_octet );
15
16
use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG);
17
18
-our $VERSION = '0.04';
+our $VERSION = '0.05';
19
20
our $DEBUG = 0;
21
0 commit comments