burak / CPAN-GD-Thumbnail

Thumbnail maker for Perl via GD

Changed (Δ60 bytes):

raw changeset »

Changes (3 lines added, 0 lines removed)

MANIFEST (1 lines added, 0 lines removed)

lib/GD/Thumbnail.pm (1 lines added, 1 lines removed)

Up to file-list Changes:

@@ -2,6 +2,9 @@ Revision history for Perl extension GD::
2
2
3
3
Time zone is GMT+2.
4
4
5
1.33 Wed Apr 22 19:51:37 2009
6
    => Update builder.
7
5
8
1.32 Sat Apr 18 06:20:15 2009
6
9
    => Update distro tools.
7
10

Up to file-list MANIFEST:

@@ -12,3 +12,4 @@ README
12
12
META.yml
13
13
cpan.jpg
14
14
cpan90.jpg
15
SPEC

Up to file-list lib/GD/Thumbnail.pm:

@@ -13,7 +13,7 @@ package GD::Thumbnail;
13
13
use strict;
14
14
use vars qw($VERSION %TMP);
15
15
16
$VERSION = '1.32'; # GD version check below breaks ExtUtils::MM
16
$VERSION = '1.33'; # GD version check below breaks ExtUtils::MM
17
17
18
18
use GD;
19
19
use Carp qw( croak );