From 7e3cbca344326d1b8b32f8b2d587fc768eccf643 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 4 Mar 2011 09:22:21 +0100 Subject: Version bump to 0.2 --- Build.PL | 1 + Changelog | 2 +- MANIFEST | 3 +++ lib/App/Dthumb.pm | 2 +- t/20-app-dthumb.t | 3 +-- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Build.PL b/Build.PL index eb12d38..ab66c54 100644 --- a/Build.PL +++ b/Build.PL @@ -28,5 +28,6 @@ my $build = Module::Build->new( 'MIME::Base64' => 0, 'Time::Progress' => 0, }, + sign => 1, ); $build->create_build_script(); diff --git a/Changelog b/Changelog index 08981ea..daf2295 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -git HEAD +dthumb 0.2 - Fri Mar 04 2011 * Add progressbar, introduces new dependency Time::Progress * Show filename in lightbox diff --git a/MANIFEST b/MANIFEST index bdf99ae..fb53189 100644 --- a/MANIFEST +++ b/MANIFEST @@ -22,3 +22,6 @@ t/05-synopsis.t t/10-pod.t t/20-app-dthumb.t t/29-app-dthumb-data.t +t/imgdir/.thumbs/invalid.png +t/imgdir/one.png +t/imgdir/two.png diff --git a/lib/App/Dthumb.pm b/lib/App/Dthumb.pm index f1b39b4..0d7ae7b 100755 --- a/lib/App/Dthumb.pm +++ b/lib/App/Dthumb.pm @@ -30,7 +30,7 @@ App::Dthumb - Generate thumbnail index for a set of images =head1 VERSION -This manual documents App::Dthumb version 0.1 +This manual documents App::Dthumb version 0.2 =cut diff --git a/t/20-app-dthumb.t b/t/20-app-dthumb.t index bb063e3..18923be 100755 --- a/t/20-app-dthumb.t +++ b/t/20-app-dthumb.t @@ -4,7 +4,7 @@ use warnings; use 5.010; use autodie; -use Test::More tests => 19; +use Test::More tests => 18; use_ok('App::Dthumb'); @@ -26,7 +26,6 @@ is($dthumb->{config}->{quality} , 75, 'Default quality'); is($dthumb->{config}->{recreate}, 0, 'Do not recreate'); is($dthumb->{config}->{size} , 200, 'Default size'); is($dthumb->{config}->{spacing} , 1.1, 'Default spacing'); -is($dthumb->{config}->{title}, 'dthumb', 'title is cwd basename'); $dthumb = App::Dthumb->new('no-lightbox' => 1); is($dthumb->{config}->{lightbox}, 0, 'Lightbox disabled'); -- cgit v1.2.3