Skip to content

Commit 0fa9469

Browse files
increment $VERSION after 2.14 release
1 parent 6abe382 commit 0fa9469

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Revision history for Class-Method-Modifiers
22

3+
{{ $NEXT }}
4+
35
2.14 2023-01-16 21:26:04Z
46
- remove Test::Fatal and Test::Needs from test prereqs (PRs #7, #8,
57
Graham Knop)

lib/Class/Method/Modifiers.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package Class::Method::Modifiers;
55
# KEYWORDS: method wrap modification patch
66
# vim: set ts=8 sts=4 sw=4 tw=115 et :
77

8-
our $VERSION = '2.14';
8+
our $VERSION = '2.15';
99

1010
use base 'Exporter';
1111

0 commit comments

Comments
 (0)