summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-02-28 18:13:19 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-02-28 18:13:19 +0100
commita0170383fc831c327c481844a2ce86f240b403da (patch)
tree58b21cbee01473edfc26e3ee2cc2df001b367e22 /Build.PL
parent011ed48f326216672f962e128f96cb83cef28460 (diff)
parent149e463ca5430c9327cbf4e516104bdc2dcea3ae (diff)
Merge branch 'master' of /home/derf/var/git_root/dthumb
Conflicts: lib/App/Dthumb.pm
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL5
1 files changed, 4 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index c8adfa7..eb12d38 100644
--- a/Build.PL
+++ b/Build.PL
@@ -10,6 +10,7 @@ my $build = Module::Build->new(
'Test::Compile' => 0,
'Test::Pod' => 0,
},
+ dist_abstract => 'Generate Thumbnails + Index for a set of images',
dist_name => 'dthumb',
module_name => 'App::Dthumb',
license => 'unrestricted',
@@ -19,11 +20,13 @@ my $build = Module::Build->new(
requires => {
'perl' => '5.10.0',
'autodie' => 0,
- 'Archive::Tar' => 0,
'Cwd' => 0,
'Data::Section' => 0,
'Getopt::Long' => 0,
'Image::Imlib2' => 0,
+ 'IO::Handle' => 0,
+ 'MIME::Base64' => 0,
+ 'Time::Progress' => 0,
},
);
$build->create_build_script();