We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72b1ca commit de6ffddCopy full SHA for de6ffdd
Makefile.PL
@@ -33,7 +33,7 @@ my %WriteMakefileArgs = (
33
"File::Which" => 0,
34
"Test::More" => 0
35
},
36
- "VERSION" => "0.08",
+ "VERSION" => "0.09",
37
"test" => {
38
"TESTS" => "t/*.t"
39
}
README
@@ -2,7 +2,7 @@ NAME
2
XML::Enc - XML::Enc Encryption Support
3
4
VERSION
5
- version 0.08
+ version 0.09
6
7
SYNOPSIS
8
my $decrypter = XML::Enc->new(
@@ -121,7 +121,7 @@ AUTHOR
121
Timothy Legge <[email protected]>
122
123
COPYRIGHT AND LICENSE
124
- This software is copyright (c) 2022 by TImothy Legge.
+ This software is copyright (c) 2023 by TImothy Legge.
125
126
This is free software; you can redistribute it and/or modify it under
127
the same terms as the Perl 5 programming language system itself.
0 commit comments