projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
af21209
)
increment $VERSION after 0.19 release
Karen Etheridge [Thu, 18 Aug 2016 18:53:01 +0000 (11:53 -0700)]
Changes
patch
|
blob
|
blame
|
history
lib/Sub/Name.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
30ce989
..
1e34b17
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Sub-Name
+{{$NEXT}}
+
0.19 2016-08-18 18:52:33Z
- fix checking of SvUTF8 flag
diff --git
a/lib/Sub/Name.pm
b/lib/Sub/Name.pm
index
cdbe642
..
f720183
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.19';
+our $VERSION = '0.20';
use Exporter 5.57 'import';