summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-07-20 13:46:14 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-07-20 13:46:14 +0200
commit253e74d49ac3ec7f064aa0fc18eafc3b09cde9a4 (patch)
tree9dbf790118de840ab449c4c7015201bd2cebdc99 /Build.PL
parenta22ee15c603e3fb7066fdd2eca8adf192719ca97 (diff)
Use Getopt::Long
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index cfaf26f..cc82474 100644
--- a/Build.PL
+++ b/Build.PL
@@ -22,6 +22,7 @@ my $build = Module::Build->new(
'File::BaseDir' => 0,
'File::Path' => 2.06_05,
'File::Slurp' => 0,
+ 'Getopt::Long' => 0,
'POSIX' => 0,
'Term::ReadLine' => 0,
},