blob: 336d80a943b0370e844563507fd0e323d3955483 [file] [log] [blame]
print "1..1\n";
sub ok
{
my ($no, $ok) = @_ ;
print "ok $no\n" if $ok ;
print "not ok $no\n" unless $ok ;
}
# The :gzip tags are tested in external.t.
eval "use IO::Zlib qw(foo bar)";
ok(1, $@ =~ /^IO::Zlib::import: 'foo bar' is illegal /);