From: Karen Etheridge Date: Fri, 16 Aug 2024 22:24:15 +0000 (-0700) Subject: Try-Tiny-0.32 X-Git-Tag: v0.32^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=53dc90c99e908b6c12f60fa13b860bc72d8fa7db;p=p5sagit%2FTry-Tiny.git Try-Tiny-0.32 - skip given, when tests on perls >= 5.41.3 which removed these constructs --- diff --git a/CONTRIBUTING b/CONTRIBUTING index 4f07af6..9b3e23c 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -88,6 +88,10 @@ Results will be visible in the pull request on GitHub. Follow the appropriate links for details when tests fail. Changes will not be mergeable until all tests pass. +Generated files such as README, CONTRIBUTING, Makefile.PL, LICENSE etc should +*not* be included in your pull request, as they will be updated automatically +during the next release. + If you have found a bug, but do not have an accompanying patch to fix it, you can submit an issue report here: https://rt.cpan.org/Public/Dist/Display.html?Name=Try-Tiny @@ -102,4 +106,4 @@ request to the .mailmap file to contain the correct mapping. This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.015 -from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.161. +from a template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.163. diff --git a/Changes b/Changes index 91b57f9..6a18072 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Try-Tiny -{{$NEXT}} +0.32 2024-08-16 22:23:44Z - skip given, when tests on perls >= 5.41.3 which removed these constructs 0.31 2021-11-23 20:29:12Z diff --git a/README.pod b/README.pod index bb04e5c..6492dff 100644 --- a/README.pod +++ b/README.pod @@ -8,7 +8,7 @@ Try::Tiny - Minimal try/catch with proper preservation of $@ =head1 VERSION -version 0.31 +version 0.32 =head1 SYNOPSIS