diff --git a/Changes b/Changes index 2828b8c..7d32289 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl module Convert::BinHex +{{$NEXT}} + - Added unit tests for OO and CRC code + 1.121 2013-08-23 - Changes file reformatted thanks to Neil Bowers (NEILB) - Moved to Dist::Zilla's OurPkgVersion for keeping $VERSIONs in sync diff --git a/dist.ini b/dist.ini index 5eedb83..a7b434c 100644 --- a/dist.ini +++ b/dist.ini @@ -21,4 +21,9 @@ repository.url = https://github.com/stephenenelson/convert-binhex repository.web = https://github.com/stephenenelson/convert-binhex repository.type = git -[OurPkgVersion] \ No newline at end of file +[OurPkgVersion] + +[NextRelease] +format=%v %{yyyy-MM-dd}d + +[Test::CPAN::Changes]