about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index b8c05cf7..3492d965 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -137,7 +137,7 @@ WriteMakefile(
                 # All Perl installs I know about have these, but RH-based
                 # distros make them separate even though 'perl' pulls them in
                 'File::Path' => 0,
-                'File::Temp' => '0.19',
+                'File::Temp' => '0.19', # for ->tmpdir support
                 'Getopt::Long' => 0,
                 'Exporter' => 0,
                 # ExtUtils::MakeMaker # this file won't run w/o it...