From c7a8fe35e9852136af583fb6380257ef7d66b579 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 22 Feb 2011 20:04:44 +0100 Subject: Update Build.PL & POD --- Build.PL | 1 + bin/dthumb | 23 +++++++++++++++-------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/Build.PL b/Build.PL index 8247947..002b5bd 100644 --- a/Build.PL +++ b/Build.PL @@ -15,6 +15,7 @@ my $build = Module::Build->new( license => 'unrestricted', requires => { 'perl' => '5.10.0', + 'autodie' => 0, 'Archive::Tar' => 0, 'Image::Imlib2' => 0, }, diff --git a/bin/dthumb b/bin/dthumb index f97fa0d..5bb6947 100755 --- a/bin/dthumb +++ b/bin/dthumb @@ -234,19 +234,18 @@ dthumb - Generate Thumbnails + Index for a set of images =head1 SYNOPSIS -B [I] [I] +B [I] =head1 DESCRIPTION dthumb will create an F with a list (thumbnails) of -all images found if I; the thumbnails will link to the images. +all images found in the current directory; the thumbnails will link to the +images. -The F file will always be created in I. -The thumbnails will be saved in F<.thumbs>, also in I. -If I is not specified, the current directory is used. +The F file will always be created in the current directory, the +thumbnails will be saved in F<.thumbs> below it. -Note that only the images in the directory itself will be processed, recursion -is not supported. +Note that recursion is not yet supported. =head1 OPTIONS @@ -300,7 +299,15 @@ None. =head1 DEPENDENCIES -B requires the Image::Imlib2 perl module. +=over + +=item * autodie (Included in core as of perl 5.10.1) + +=item * Archive::Tar (subject to change) + +=item * Image::Imlib2 + +=back =head1 BUGS AND LIMITATIONS -- cgit v1.2.3