From: Karen Etheridge Date: Fri, 24 Apr 2015 03:27:35 +0000 (-0700) Subject: increment $VERSION after release X-Git-Tag: v0.15~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSub-Name.git;a=commitdiff_plain;h=2166ef12a913af542e4932e6b6c7886c170f23d9 increment $VERSION after release --- diff --git a/Changes b/Changes index 6c4ed40..403e78c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Sub-Name +{{$NEXT}} + 0.14 2015-04-24 03:26:54Z - remove mandatory dependencies for optional test - mark the test with B::C as TODO, as it seems to fail frequently and diff --git a/lib/Sub/Name.pm b/lib/Sub/Name.pm index c8dfbe0..a74b959 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.14'; +our $VERSION = '0.15'; use Exporter 5.57 'import';