Acme-MetaSyntactic
view release on metacpan or search on metacpan
t/11namespace.t view on Meta::CPAN
use File::Spec::Functions;
my $dir;
BEGIN { $dir = catdir qw( t lib ); }
use lib $dir;
use Test::More tests => 1;
use Acme::MetaSyntactic::test_ams_list;
# check that metaname is not exported into Acme::MetaSyntactic::List
ok(
!exists $Acme::MetaSyntactic::List::{metaname},
"metaname not exported to AMS::List"
);
( run in 0.808 second using v1.01-cache-2.11-cpan-39bf76dae61 )