Version 0.05 0.05
Florian Ragwitz [Tue, 7 Sep 2010 22:55:10 +0000 (00:55 +0200)]
Changes
lib/Sub/Name.pm

diff --git a/Changes b/Changes
index 4c4fc51..e9f4b74 100644 (file)
--- 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).
index cae03fe..3172c74 100644 (file)
@@ -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';