Skip to content

Commit 34397e4

Browse files
increment $VERSION after 2.15 release
1 parent 3dd9fb0 commit 34397e4

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.15 2023-03-05 23:42:48Z
46
- localize $SIG{__DIE__} before calling eval (closes RT#146848; Yves
57
Orton)

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.15';
8+
our $VERSION = '2.16';
99

1010
use base 'Exporter';
1111

0 commit comments

Comments
 (0)