Acme-MetaSyntactic
view release on metacpan or search on metacpan
use Test::More tests => 1;
require Acme::MetaSyntactic;
eval { import Acme::MetaSyntactic 'this_theme_does_not_exist'; };
like( $@, qr!^Can't locate Acme/MetaSyntactic/this_theme_does_not_exist.pm in \@INC!,
"No such theme");
( run in 0.482 second using v1.01-cache-2.11-cpan-cc502c75498 )