projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
80e6172
)
increment $VERSION after 0.21 release
Karen Etheridge [Sun, 2 Oct 2016 05:00:45 +0000 (22:00 -0700)]
Changes
patch
|
blob
|
blame
|
history
lib/Sub/Name.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
72e67c4
..
b583615
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Sub-Name
+{{$NEXT}}
+
0.21 2016-10-02 05:00:12Z
- no change since 0.20
diff --git
a/lib/Sub/Name.pm
b/lib/Sub/Name.pm
index
844357d
..
f43e266
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.21';
+our $VERSION = '0.22';
use Exporter 5.57 'import';