projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fa1e952
)
version 0.09
v0.09
Karen Etheridge [Sat, 9 Aug 2014 04:10:13 +0000 (21:10 -0700)]
Changes
patch
|
blob
|
blame
|
history
lib/Sub/Name.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
2bd2c1b
..
386e05c
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,6
@@
Revision history for Sub-Name
+0.09 -- 2014-08-09
- Copy the contents of the %DB::sub entry if it exists; fixes
Devel::NYTProf's anon sub handling (RT#50524, ilmari)
diff --git
a/lib/Sub/Name.pm
b/lib/Sub/Name.pm
index
f551b31
..
55cc6d9
100644
(file)
--- a/
lib/Sub/Name.pm
+++ b/
lib/Sub/Name.pm
@@
-54,7
+54,7
@@
use 5.006;
use strict;
use warnings;
-our $VERSION = '0.08';
+our $VERSION = '0.09';
use base 'Exporter';
use base 'DynaLoader';