projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d845b75
)
increment $VERSION after 0.27 release
Karen Etheridge [Sat, 29 Apr 2023 12:32:48 +0000 (14:32 +0200)]
Changes
patch
|
blob
|
blame
|
history
lib/Sub/Name.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
1cc46bd
..
99e8912
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Sub-Name
+{{$NEXT}}
+
0.27 2023-04-29 12:32:26Z
- skip quote-separator tests on newer perls that deprecate this behaviour
diff --git
a/lib/Sub/Name.pm
b/lib/Sub/Name.pm
index
ded60f2
..
209f125
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.27';
+our $VERSION = '0.28';
use Exporter ();
*import = \&Exporter::import;