GD
view release on metacpan or search on metacpan
# GH #47
use strict;
use GD;
use Test::More 'no_plan';
use Test::NoWarnings;
SKIP: {
skip "No PNG support", 1 unless defined &GD::Image::newFromPng;
# Use of uninitialized value $pkg
my $image = GD::Image->newFromPng('t/test_data/tile.png');
f();
}
sub f
{
my $image = GD::Image->newFromPng('t/test_data/tile.png');
}
( run in 1.325 second using v1.01-cache-2.11-cpan-bbc515a03b3 )