summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-12-20 19:18:01 +0100
committerDaniel Friesel <derf@finalrewind.org>2010-12-20 19:18:01 +0100
commit5299a2161ad0a2e78ba9842a59b13d4136193f5b (patch)
treeac8590f29ce4b34603be1a2822c64cecc9a8d1bb /Build.PL
parent9920eb4fe2ec68b3c2f55acdb2355ecef23b914c (diff)
Move find logic into separate function, use IO::Handle
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 d3f575c..36c75aa 100644
--- a/Build.PL
+++ b/Build.PL
@@ -19,6 +19,7 @@ my $build = Module::Build->new(
'Digest::SHA' => 0,
'File::Find' => 0,
'Getopt::Long' => 0,
+ 'IO::Handle' => 0,
'Storable' => 0,
'Time::Progress' => 0,
},