9 delete $ENV{PERL_TEST_LEANER_USES_TEST_MORE};
10 *tm_is = \&Test::More::is;
13 Test::More::plan(tests => 2 * 15);
35 unless ($Test::More::VERSION > 0.51) {
36 delete $main::{$_} for @syms;
40 eval { Test::Leaner->import(import => [ $_ ]) };
41 tm_is $@, '', "import $_";
42 my $proto = ($_ eq 'unlike' and $Test::More::VERSION < 0.4802)
44 : prototype("Test::More::$_");
45 tm_is prototype($_), $proto, "prototype $_";