5 chdir '::' if -d '::pod' && -d '::t';
8 chdir '..' if -d '../pod' && -d '../t';
13 use Test::More tests => 2;
15 BEGIN { use_ok('diagnostics') }
20 'base'->import(qw(I::do::not::exist));
23 like( $@, qr/^Base class package "I::do::not::exist" is empty/);