projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b31a8a1
)
increment $VERSION after 0.24 release
Karen Etheridge [Sat, 21 Apr 2018 08:16:10 +0000 (10:16 +0200)]
Changes
patch
|
blob
|
blame
|
history
lib/Sub/Name.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
3cca5b5
..
afe64d5
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Sub-Name
+{{$NEXT}}
+
0.24 2018-04-21 08:15:30Z (TRIAL RELEASE)
- small internal changes to bring implementation in line with changes to
Sub::Util (Graham Knop)
diff --git
a/lib/Sub/Name.pm
b/lib/Sub/Name.pm
index
dfdbfa0
..
c59e924
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.24';
+our $VERSION = '0.25';
use Exporter ();
*import = \&Exporter::import;