summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-02-27 18:38:44 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-02-27 18:38:44 +0100
commitc8c5da39dbf4e1fa3a2d0ef57269cd797062ee8d (patch)
tree3202be9326487bf83f28c2ba8ee71ebf4f63029e /Build.PL
parent48c650ef4122a31e7ef707b889a9806b90a58937 (diff)
Add progress bar
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 5ec738b..c93bbd7 100644
--- a/Build.PL
+++ b/Build.PL
@@ -21,7 +21,9 @@ my $build = Module::Build->new(
'Data::Section' => 0,
'Getopt::Long' => 0,
'Image::Imlib2' => 0,
+ 'IO::Handle' => 0,
'MIME::Base64' => 0,
+ 'Time::Progress' => 0,
},
);
$build->create_build_script();