From 589376fa56fe0ffc654b58cf3e6bcde2d839aa09 Mon Sep 17 00:00:00 2001 From: Chase Whitener Date: Sat, 26 Sep 2020 20:12:21 -0400 Subject: [PATCH] 3.16 - Convert the build to Dist::Zilla to ensure we're releasing well built packages - Ensure all tests are using strict and warnings (thanks, Nicolas R). - Cleanup this change log - Add a .mailmap to cleanup our contributors list - Use `our` instead of `use vars` - Bump the required Perl version to v5.6.2 --- Changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changes b/Changes index a03618d..9aa717d 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Change history for MIME-Base64 {{$NEXT}} + +3.16 2020-09-26 - Convert the build to Dist::Zilla to ensure we're releasing well built packages - Ensure all tests are using strict and warnings (thanks, Nicolas R).