Devel-REPL-Plugin-ModuleAutoLoader
view release on metacpan or search on metacpan
t/00-load.t view on Meta::CPAN
#!perl -T
use 5.006;
use strict;
use warnings;
use Test::More;
plan tests => 1;
BEGIN {
use_ok( 'Devel::REPL::Plugin::ModuleAutoLoader' ) || print "Bail out!\n";
}
diag( "Testing Devel::REPL::Plugin::ModuleAutoLoader $Devel::REPL::Plugin::ModuleAutoLoader::VERSION, Perl $], $^X" );
( run in 1.237 second using v1.01-cache-2.11-cpan-ceb78f64989 )