Skip to content

Commit dd100b6

Browse files
increment $VERSION after 1.000037 release
1 parent ad10b93 commit dd100b6

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 Module-Metadata
22

3+
{{$NEXT}}
4+
35
1.000037 2019-09-07 18:32:44Z
46
- add decode_pod option for automatic =encoding handling
57

lib/Module/Metadata.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sub __clean_eval { eval $_[0] }
1414
use strict;
1515
use warnings;
1616

17-
our $VERSION = '1.000037';
17+
our $VERSION = '1.000038';
1818

1919
use Carp qw/croak/;
2020
use File::Spec;

0 commit comments

Comments
 (0)