We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad10b93 commit dd100b6Copy full SHA for dd100b6
Changes
@@ -1,5 +1,7 @@
1
Revision history for Module-Metadata
2
3
+{{$NEXT}}
4
+
5
1.000037 2019-09-07 18:32:44Z
6
- add decode_pod option for automatic =encoding handling
7
lib/Module/Metadata.pm
@@ -14,7 +14,7 @@ sub __clean_eval { eval $_[0] }
14
use strict;
15
use warnings;
16
17
-our $VERSION = '1.000037';
+our $VERSION = '1.000038';
18
19
use Carp qw/croak/;
20
use File::Spec;
0 commit comments