Acme-Incorporated
view release on metacpan or search on metacpan
#!/usr/bin/perl -w
BEGIN
{
chdir 't' if -d 't';
use lib '../lib', '../blib/lib';
}
use strict;
use vars qw( $looping $moving_on );
use Test::More 'no_plan'; # tests => 20;
my $module = 'Acme::Incorporated';
require_ok( $module ) or exit;
my @oldinc = @INC;
( run in 0.265 second using v1.01-cache-2.11-cpan-87723dcf8b7 )