projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6eb2af6
)
increment $VERSION after release
Karen Etheridge [Sat, 28 Mar 2015 06:28:03 +0000 (23:28 -0700)]
Changes
patch
|
blob
|
blame
|
history
lib/Sub/Name.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
8da7321
..
8c3a509
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,4
+1,6
@@
-Revision history for Sub-Name
+Revision history for {{$dist->name}}
+
+{{$NEXT}}
0.13 2015-03-28 06:27:23Z
- fix optional test of interaction with B::C that sometimes invalidly
diff --git
a/lib/Sub/Name.pm
b/lib/Sub/Name.pm
index
53f1859
..
c8dfbe0
100644
(file)
--- a/
lib/Sub/Name.pm
+++ b/
lib/Sub/Name.pm
@@
-53,7
+53,7
@@
use 5.006;
use strict;
use warnings;
-our $VERSION = '0.13';
+our $VERSION = '0.14';
use Exporter 5.57 'import';