projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
04f447d
)
increment $VERSION after 0.25 release
Karen Etheridge [Sat, 21 Apr 2018 14:39:19 +0000 (16:39 +0200)]
Changes
patch
|
blob
|
blame
|
history
lib/Sub/Name.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
6b3d724
..
76265ee
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Sub-Name
+{{$NEXT}}
+
0.25 2018-04-21 14:38:45Z (TRIAL RELEASE)
- fix "Undefined symbol "DPPP_my_croak_xs_usage"" error on some perls
(RT#125158)
diff --git
a/lib/Sub/Name.pm
b/lib/Sub/Name.pm
index
c59e924
..
22f1781
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.25';
+our $VERSION = '0.26';
use Exporter ();
*import = \&Exporter::import;