]> git.imager.perl.org - imager.git/blob - PNG/t/00load.t
PNG re-work: avoid the comment in qw() warning
[imager.git] / PNG / t / 00load.t
1 #!perl -w
2 use strict;
3 use Test::More tests => 1;
4
5 use_ok("Imager::File::PNG");