projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0ecb964
)
increment $VERSION after 0.28 release
Karen Etheridge [Sun, 15 Dec 2024 20:59:45 +0000 (12:59 -0800)]
Changes
patch
|
blob
|
blame
|
history
lib/Sub/Name.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
531e2e0
..
87fe298
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,5
+1,7
@@
Revision history for Sub-Name
+{{$NEXT}}
+
0.28 2024-12-15 20:57:44Z
- fix version comparison logic for forward compatibility
diff --git
a/lib/Sub/Name.pm
b/lib/Sub/Name.pm
index
209f125
..
79f00f3
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.28';
+our $VERSION = '0.29';
use Exporter ();
*import = \&Exporter::import;