projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0d5b12b
)
increment $VERSION after 0.26 release
master
Karen Etheridge [Sat, 5 Oct 2019 22:23:51 +0000 (15:23 -0700)]
Changes
patch
|
blob
|
blame
|
history
lib/Sub/Name.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
6fbc399
..
50053f3
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Sub-Name
+{{$NEXT}}
+
0.26 2019-10-05 22:23:12Z
- no changes since 0.25
diff --git
a/lib/Sub/Name.pm
b/lib/Sub/Name.pm
index
22f1781
..
ded60f2
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.26';
+our $VERSION = '0.27';
use Exporter ();
*import = \&Exporter::import;