projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5804808
)
Version 0.05
0.05
Florian Ragwitz [Tue, 7 Sep 2010 22:55:10 +0000 (
00:55
+0200)]
Changes
patch
|
blob
|
blame
|
history
lib/Sub/Name.pm
patch
|
blob
|
blame
|
history
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).
diff --git
a/lib/Sub/Name.pm
b/lib/Sub/Name.pm
index
cae03fe
..
3172c74
100644
(file)
--- 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';