Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/Image/Scale.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Image::Scale;

use strict;
use strict; use warnings;

use constant IMAGE_SCALE_TYPE_GD => 0;
use constant IMAGE_SCALE_TYPE_GD_FIXED => 1;
Expand Down
2 changes: 1 addition & 1 deletion t/01use.t
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
use Test::More tests => 1;

use strict; use warnings;
use_ok('Image::Scale');
2 changes: 1 addition & 1 deletion t/02pod.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use Test::More;

use strict; use warnings;
eval "use Test::Pod 1.14";
plan skip_all => 'Test::Pod 1.14 required' if $@;
plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
Expand Down
2 changes: 1 addition & 1 deletion t/03podcoverage.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use Test::More;

use strict; use warnings;
eval "use Test::Pod::Coverage 1.04";
plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
Expand Down