Skip to content

Commit

Permalink
Update Makefile.PL version and ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Sep 21, 2021
1 parent 2ae5600 commit 55a40e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{{$NEXT}}

* examples/x509decode: parameters are optional for AlgorithmIdentifier when using [ec]dsa algorithms
* t/19issue14.t: issue with warnings
* Fixes #44 Redundant argument in printf warning
* examples/x509decode: fix prototype error
* examples/ldap: fix asn1_dump not working

0.31 -- Wed Jun 02 22:28:29 ADT 2021

* Official CPAN release of 0.30
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ my %WriteMakefileArgs = (
"Math::BigInt" => "1.997",
"Test::More" => "0.90"
},
"VERSION" => "0.31",
"VERSION" => "0.32",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down

0 comments on commit 55a40e7

Please sign in to comment.