projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
71457ae
)
increment $VERSION after 0.15 release
Karen Etheridge [Tue, 15 Mar 2016 22:31:30 +0000 (15:31 -0700)]
Changes
patch
|
blob
|
blame
|
history
lib/Sub/Name.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
aba87ce
..
0ba7802
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Sub-Name
+{{$NEXT}}
+
0.15 2016-03-15 22:17:38Z
- fix uninitialized warning in test on perls < 5.8.6 (RT#104510)
- repository moved to the github p5sagit organization (the primary is on
diff --git
a/lib/Sub/Name.pm
b/lib/Sub/Name.pm
index
a74b959
..
d11d647
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.15';
+our $VERSION = '0.16';
use Exporter 5.57 'import';