File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,10 @@ WriteMakefile(
44
44
LICENSE => ' mit' ,
45
45
46
46
EXE_FILES => [ ' bin/perlpp' ],
47
+
47
48
MIN_PERL_VERSION => ' 5.010' ,
48
49
CONFIGURE_REQUIRES => {
49
- ' ExtUtils::MakeMaker' => ' 0 ' ,
50
+ ' ExtUtils::MakeMaker' => ' 6.46 ' ,
50
51
},
51
52
BUILD_REQUIRES => {
52
53
' App::FatPacker' => ' 0' ,
@@ -74,6 +75,18 @@ WriteMakefile(
74
75
' Getopt::Long' => ' 2.5' , # Per issue #17
75
76
' Pod::Usage' => ' 0' ,
76
77
},
78
+
79
+ META_MERGE => {
80
+ ' meta-spec' => { version => 2 },
81
+ resources => {
82
+ repository => {
83
+ type => ' git' ,
84
+ url => ' https://github.com/interpreters/perlpp.git' ,
85
+ web => ' https://github.com/interpreters/perlpp' ,
86
+ },
87
+ },
88
+ },
89
+
77
90
dist => { COMPRESS => ' gzip -9f' , SUFFIX => ' gz' , },
78
91
clean => { FILES => ' Text-PerlPP-* fatlib' },
79
92
);
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package Text::PerlPP;
5
5
6
6
# Semantic versioning, packed per Perl rules. Must always be at least one
7
7
# digit left of the decimal, and six digits right of the decimal.
8
- our $VERSION = ' 0.500004 ' ;
8
+ our $VERSION = ' 0.600_000 ' ;
9
9
10
10
use 5.010001;
11
11
use strict;
You can’t perform that action at this time.
0 commit comments