projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5b77814
)
increment $VERSION after release
Karen Etheridge [Fri, 24 Apr 2015 03:27:35 +0000 (20:27 -0700)]
Changes
patch
|
blob
|
blame
|
history
lib/Sub/Name.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
6c4ed40
..
403e78c
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Sub-Name
+{{$NEXT}}
+
0.14 2015-04-24 03:26:54Z
- remove mandatory dependencies for optional test
- mark the test with B::C as TODO, as it seems to fail frequently and
diff --git
a/lib/Sub/Name.pm
b/lib/Sub/Name.pm
index
c8dfbe0
..
a74b959
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.14';
+our $VERSION = '0.15';
use Exporter 5.57 'import';