Acme-AutoloadAll

 view release on metacpan or  search on metacpan

t/00-use.t  view on Meta::CPAN

#!/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');

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.186 second using v1.00-cache-2.02-grep-82fe00e-cpan-585fae043c8 )