projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8a86fed
)
increment $VERSION after 0.22 release
Karen Etheridge [Mon, 17 Oct 2016 01:42:23 +0000 (18:42 -0700)]
Changes
patch
|
blob
|
blame
|
history
lib/Sub/Name.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
d048f42
..
981e116
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Sub-Name
+{{$NEXT}}
+
0.22 2016-10-17 01:41:42Z (TRIAL RELEASE)
- %DB::sub is now populated correctly for sub names with wide characters
or nulls. (PR#9: Graham Knop, Leon Timmermans, Reini Urban)
diff --git
a/lib/Sub/Name.pm
b/lib/Sub/Name.pm
index
11b47a7
..
d1afeb3
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.22';
+our $VERSION = '0.23';
use Exporter ();
*import = \&Exporter::import;