File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed
Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,7 @@ my %WriteMakefileArgs = (
1515 " LICENSE" => " perl" ,
1616 " MIN_PERL_VERSION" => " 5.008" ,
1717 " NAME" => " XML::Generator" ,
18- " PREREQ_PM" => {
19- " Tie::IxHash" => 0,
20- " XML::DOM" => " 1.46"
21- },
18+ " PREREQ_PM" => {},
2219 " TEST_REQUIRES" => {
2320 " Test" => 0
2421 },
@@ -30,9 +27,7 @@ my %WriteMakefileArgs = (
3027
3128
3229my %FallbackPrereqs = (
33- " Test" => 0,
34- " Tie::IxHash" => 0,
35- " XML::DOM" => " 1.46"
30+ " Test" => 0
3631);
3732
3833
Original file line number Diff line number Diff line change 11# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.
22
3- requires " Tie::IxHash" => " 0" ;
4- requires " XML::DOM" => " 1.46" ;
53requires " perl" => " 5.008" ;
4+ recommends " XML::DOM" => " 1.46" ;
5+ suggests " Tie::IxHash" => " 0" ;
66
77on ' test' => sub {
88 requires " Test" => " 0" ;
99};
1010
11+ on ' test' => sub {
12+ recommends " XML::DOM" => " 1.46" ;
13+ };
14+
1115on ' configure' => sub {
1216 requires " ExtUtils::MakeMaker" => " 0" ;
1317};
Original file line number Diff line number Diff line change @@ -14,12 +14,19 @@ maintainer = Timothy Legge <timlegge@gmail.com>
1414
1515[Prereqs / RuntimeRequires]
1616perl = 5.008
17+
18+ [Prereqs / RuntimeRecommends]
1719XML::DOM = 1.46
20+
21+ [Prereqs / RuntimeSuggests]
1822Tie::IxHash = 0
1923
2024[Prereqs / TestRequires]
2125Test = 0
2226
27+ [Prereqs / TestRecommends]
28+ XML::DOM = 1.46
29+
2330[MetaProvides::Package]
2431[MetaJSON]
2532[Pod2Readme]
You can’t perform that action at this time.
0 commit comments