projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
efdd6a0
)
increment $VERSION after 0.23 release
Karen Etheridge [Sun, 23 Oct 2016 04:34:04 +0000 (21:34 -0700)]
Changes
patch
|
blob
|
blame
|
history
lib/Sub/Name.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
9062cfb
..
b1593d5
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Sub-Name
+{{$NEXT}}
+
0.23 2016-10-23 04:33:37Z (TRIAL RELEASE)
- test for renaming lexical subs, which should work on perl 5.22+. (PR#10,
Graham Knop)
diff --git
a/lib/Sub/Name.pm
b/lib/Sub/Name.pm
index
d1afeb3
..
dfdbfa0
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.23';
+our $VERSION = '0.24';
use Exporter ();
*import = \&Exporter::import;