aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL
index b832c66..a09417a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -12,12 +12,12 @@ WriteMakefile(NAME => 'Config::Parser',
MIN_PERL_VERSION => 5.016001,
PREREQ_PM => {
'Carp' => 0,
- 'Text::ParseWords' => 0,
- 'Class::Inspector' => 0,
+ 'Text::ParseWords' => '3.26',
+ 'Class::Inspector' => '1.30',
'Data::Dumper' => '2.135_06',
'File::Temp' => '0.22',
'Text::Locus' => '1.01',
- 'Config::AST' => 0
+ 'Config::AST' => '1.00'
},
META_MERGE => {
'meta-spec' => { version => 2 },

Return to:

Send suggestions and report system problems to the System administrator.