From: Karen Etheridge Date: Sat, 21 Apr 2018 08:16:10 +0000 (+0200) Subject: increment $VERSION after 0.24 release X-Git-Tag: v0.25~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSub-Name.git;a=commitdiff_plain;h=e7a62a4071b77329ff736a31a956c77e9b664299 increment $VERSION after 0.24 release --- diff --git a/Changes b/Changes index 3cca5b5..afe64d5 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Sub-Name +{{$NEXT}} + 0.24 2018-04-21 08:15:30Z (TRIAL RELEASE) - small internal changes to bring implementation in line with changes to Sub::Util (Graham Knop) diff --git a/lib/Sub/Name.pm b/lib/Sub/Name.pm index dfdbfa0..c59e924 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.24'; +our $VERSION = '0.25'; use Exporter (); *import = \&Exporter::import;