File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff 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+
580.07 -- Sun Nov 20 18:02:06 AST 2022
69
710 - c468bb9 Update support files before release
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 22 XML::Enc - XML::Enc Encryption Support
33
44VERSION
5- version 0.07
5+ version 0.08
66
77SYNOPSIS
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
You can’t perform that action at this time.
0 commit comments