Skip to content

Commit 38f5ae1

Browse files
increment $VERSION after 0.31 release
1 parent ef8692b commit 38f5ae1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changes

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

3+
{{$NEXT}}
4+
35
0.31 2024-10-12 16:06:26Z
46
- no changes from last trial release
57

lib/namespace/autoclean.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package namespace::autoclean;
55
# ABSTRACT: Keep imports out of your namespace
66
# KEYWORDS: namespaces clean dirty imports exports subroutines methods development
77

8-
our $VERSION = '0.31';
8+
our $VERSION = '0.32';
99

1010
use B::Hooks::EndOfScope 0.12;
1111
use List::Util qw( first );

0 commit comments

Comments
 (0)