Acme-AutoloadAll
view release on metacpan or search on metacpan
#!/usr/bin/env perl
use Test::More tests => 1;
use_ok('Acme::AutoloadAll');
t/01-functions.t view on Meta::CPAN
#!/usr/bin/env perl
use Test::More tests => 1;
use Acme::AutoloadAll;
# don't import anything from Scalar::Util
use Scalar::Util ();
# $Acme::AutoloadAll::DEBUG = 1;
ok(looks_like_number(42), 'can use function that was not imported');
( run in 0.544 second using v1.01-cache-2.11-cpan-4d50c553e7e )