From: Karen Etheridge Date: Thu, 10 Jul 2014 01:22:44 +0000 (-0700) Subject: prepare for 0.06 release X-Git-Tag: 0.06~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=92bfd01008fc8f1eb46863d412cd884e8e1117ae;p=p5sagit%2FSub-Name.git prepare for 0.06 release --- diff --git a/Changes b/Changes index 83dcea4..71c2743 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -0.06 -- +0.06 -- 2014-07-10 * Do not change the string arg in XS, use copy instead. Fixes perlcc -O3 RT#96893 (Reini Urban) * add README make target diff --git a/lib/Sub/Name.pm b/lib/Sub/Name.pm index f0b6127..2338f93 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.05'; +our $VERSION = '0.06'; use base 'Exporter'; use base 'DynaLoader';