We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf246ce commit 423d5c6Copy full SHA for 423d5c6
README
@@ -2,7 +2,7 @@ NAME
2
XML::Enc - XML::Enc Encryption Support
3
4
VERSION
5
- version 0.03
+ version 0.04
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.03';
+our $VERSION = '0.04';
19
20
our $DEBUG = 0;
21
0 commit comments