projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c258c98
)
prepare for 0.08 release
Karen Etheridge [Mon, 4 Aug 2014 15:36:24 +0000 (08:36 -0700)]
Changes
patch
|
blob
|
blame
|
history
lib/Sub/Name.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
e16eed4
..
624db82
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,3
+1,8
@@
+Revision history for Sub-Name
+
+0.08 -- 2014-08-04
+ - Fix leak when setting a fully-qualified name (ilmari, github#1)
+
0.07 -- 2014-07-11
- skip optional test if B::C 1.48 is not installed (Reini Urban)
diff --git
a/lib/Sub/Name.pm
b/lib/Sub/Name.pm
index
1e256f3
..
eabbc0d
100644
(file)
--- a/
lib/Sub/Name.pm
+++ b/
lib/Sub/Name.pm
@@
-45,7
+45,7
@@
use 5.006;
use strict;
use warnings;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
use base 'Exporter';
use base 'DynaLoader';