projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9d60c91
)
increment $VERSION after 0.17 release
Karen Etheridge [Mon, 27 Jun 2016 22:46:28 +0000 (15:46 -0700)]
Changes
patch
|
blob
|
blame
|
history
lib/Sub/Name.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
9871d6b
..
da2e673
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Sub-Name
+{{$NEXT}}
+
0.17 2016-06-27 22:45:27Z (TRIAL RELEASE)
- fixed parsing error where the name contains a single colon but the last
separator is :: (Leon Timmermans)
diff --git
a/lib/Sub/Name.pm
b/lib/Sub/Name.pm
index
1b467db
..
bf16810
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.17';
+our $VERSION = '0.18';
use Exporter 5.57 'import';