Skip to content

Commit d729f2c

Browse files
committed
Release 0.07-TRIAL as production
1 parent 09349ca commit d729f2c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Revision history for Perl extension XML::Enc.
22

33
{{$NEXT}}
44

5+
- TBD Release 0.07-TRIAL as production
6+
- 09349ca v0.07
7+
58
0.07 -- Sun Nov 20 18:02:06 AST 2022
69

710
- c468bb9 Update support files before release

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ my %WriteMakefileArgs = (
3333
"File::Which" => 0,
3434
"Test::More" => 0
3535
},
36-
"VERSION" => "0.07",
36+
"VERSION" => "0.08",
3737
"test" => {
3838
"TESTS" => "t/*.t"
3939
}

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ NAME
22
XML::Enc - XML::Enc Encryption Support
33

44
VERSION
5-
version 0.07
5+
version 0.08
66

77
SYNOPSIS
88
my $decrypter = XML::Enc->new(
@@ -88,7 +88,7 @@ METHODS
8888
* rsa-oaep <http://www.w3.org/2009/xmlenc11#rsa-oaep>
8989

9090
oaep_mgf_alg
91-
Specify the Algorithm to be used for rsa-oaep. Supported methods
91+
Specify the Algorithm to be used for rsa-oaep. Supported algorithms
9292
are:
9393

9494
Used in encryption. Optional. Default method: mgf1sha1

0 commit comments

Comments
 (0)