Alt-Base

 view release on metacpan or  search on metacpan

t/01-basics.t  view on Meta::CPAN

#!perl

use strict;
use warnings;
use FindBin '$Bin';
use lib "$Bin/lib";

use Module::Load;
use Test::Exception;
use Test::More 0.98;

sub use_ {
    my $mod = shift;
    load $mod;
    if (@_) {
        $mod->import(@_);



( run in 0.302 second using v1.01-cache-2.11-cpan-87723dcf8b7 )