From: Karen Etheridge Date: Tue, 15 Mar 2016 22:31:30 +0000 (-0700) Subject: increment $VERSION after 0.15 release X-Git-Tag: v0.16~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=22cabeb5881c36cd13bdcbd716c44d0b918ea4e9;p=p5sagit%2FSub-Name.git increment $VERSION after 0.15 release --- diff --git a/Changes b/Changes index aba87ce..0ba7802 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Sub-Name +{{$NEXT}} + 0.15 2016-03-15 22:17:38Z - fix uninitialized warning in test on perls < 5.8.6 (RT#104510) - repository moved to the github p5sagit organization (the primary is on diff --git a/lib/Sub/Name.pm b/lib/Sub/Name.pm index a74b959..d11d647 100644 --- a/lib/Sub/Name.pm +++ b/lib/Sub/Name.pm @@ -53,7 +53,7 @@ use 5.006; use strict; use warnings; -our $VERSION = '0.15'; +our $VERSION = '0.16'; use Exporter 5.57 'import';