Acme-USIG
view release on metacpan or search on metacpan
#!perl -w
use Test::More tests => 1;
use Acme::USIG;
use strict is cool;
eval q{ $foo = 1 };
ok ($@, "saved ourself some debugging");
( run in 0.235 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )