From: Karen Etheridge Date: Mon, 17 Oct 2016 01:42:23 +0000 (-0700) Subject: increment $VERSION after 0.22 release X-Git-Tag: v0.23~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=86a2138ae34c272028daaea6121d6518c364cc65;p=p5sagit%2FSub-Name.git increment $VERSION after 0.22 release --- diff --git a/Changes b/Changes index d048f42..981e116 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Sub-Name +{{$NEXT}} + 0.22 2016-10-17 01:41:42Z (TRIAL RELEASE) - %DB::sub is now populated correctly for sub names with wide characters or nulls. (PR#9: Graham Knop, Leon Timmermans, Reini Urban) diff --git a/lib/Sub/Name.pm b/lib/Sub/Name.pm index 11b47a7..d1afeb3 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.22'; +our $VERSION = '0.23'; use Exporter (); *import = \&Exporter::import;