From: Karen Etheridge Date: Fri, 11 Jul 2014 16:34:53 +0000 (-0700) Subject: prepare for 0.07 release X-Git-Tag: 0.07^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSub-Name.git;a=commitdiff_plain;h=988a6b12ae1c557d9e4ee594aa4896f0143438d9 prepare for 0.07 release --- diff --git a/Changes b/Changes index 8b63875..e16eed4 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +0.07 -- 2014-07-11 + - skip optional test if B::C 1.48 is not installed (Reini Urban) + 0.06 -- 2014-07-10 * Do not change the string arg in XS, use copy instead. Fixes perlcc -O3 RT#96893 (Reini Urban) diff --git a/lib/Sub/Name.pm b/lib/Sub/Name.pm index 2338f93..1e256f3 100644 --- a/lib/Sub/Name.pm +++ b/lib/Sub/Name.pm @@ -45,7 +45,7 @@ use 5.006; use strict; use warnings; -our $VERSION = '0.06'; +our $VERSION = '0.07'; use base 'Exporter'; use base 'DynaLoader';