From: Karen Etheridge Date: Sat, 29 Apr 2023 12:32:48 +0000 (+0200) Subject: increment $VERSION after 0.27 release X-Git-Tag: v0.28~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0d96e4a35687904451803e860cefc7fdfa0a65b4;p=p5sagit%2FSub-Name.git increment $VERSION after 0.27 release --- diff --git a/Changes b/Changes index 1cc46bd..99e8912 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Sub-Name +{{$NEXT}} + 0.27 2023-04-29 12:32:26Z - skip quote-separator tests on newer perls that deprecate this behaviour diff --git a/lib/Sub/Name.pm b/lib/Sub/Name.pm index ded60f2..209f125 100644 --- a/lib/Sub/Name.pm +++ b/lib/Sub/Name.pm @@ -54,7 +54,7 @@ use 5.006; use strict; use warnings; -our $VERSION = '0.27'; +our $VERSION = '0.28'; use Exporter (); *import = \&Exporter::import;