From: Florian Ragwitz Date: Tue, 7 Sep 2010 22:55:10 +0000 (+0200) Subject: Version 0.05 X-Git-Tag: 0.05^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSub-Name.git;a=commitdiff_plain;h=056b6dda046ddf4fda2a24669c15a7d492553a43 Version 0.05 --- diff --git a/Changes b/Changes index 4c4fc51..e9f4b74 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +0.05 -- Wed Sep 8 00:51 CEST 2010 * Stop using the padlist to refcount GVs. Instead use regular magic. This allows various modules, including B::Deparse, to safely peek into pads of (re)named subs (Closes RT#42725) (Goro Fuji). diff --git a/lib/Sub/Name.pm b/lib/Sub/Name.pm index cae03fe..3172c74 100644 --- a/lib/Sub/Name.pm +++ b/lib/Sub/Name.pm @@ -44,7 +44,7 @@ use 5.006; use strict; use warnings; -our $VERSION = '0.04'; +our $VERSION = '0.05'; use base 'Exporter'; use base 'DynaLoader';