view release on metacpan or search on metacpan
misc/trun.plx view on Meta::CPAN
#!/usr/bin/env perl
use 5.012;
use lib 't';
use MyTest;
use Test::More;
die "usage: $0 <test name>" unless @ARGV;
Test::Catch::run(@ARGV);
done_testing();
t/dispatcher.t view on Meta::CPAN
use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[callbackdispatcher]';
use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[endian]';
use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[error]';
t/excepted.t view on Meta::CPAN
use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[excepted]';
t/exception.t view on Meta::CPAN
use strict;
use warnings;
use lib 't';
use MyTest;
use Test::More;
use Test::Catch;
plan skip_all => 'available for linux only' unless $^O eq 'linux';
catch_run('[exception]');
done_testing;
t/from_chars.t view on Meta::CPAN
use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[from_chars]';
t/function.t view on Meta::CPAN
use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[function]';
t/intrusive_chain.t view on Meta::CPAN
use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[intrusive_chain]';
use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[iptr]';
t/owning_list.t view on Meta::CPAN
use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[owning_list]';
t/string_char.t view on Meta::CPAN
use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[string_char]';
t/string_char16.t view on Meta::CPAN
use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[string_char16]';
t/string_char32.t view on Meta::CPAN
use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[string_char32]';
t/string_containers.t view on Meta::CPAN
use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[string_containers]';
t/string_wchar.t view on Meta::CPAN
use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[string_wchar]';
t/to_chars.t view on Meta::CPAN
use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[to_chars]';
use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[traits]';
use strict;
use warnings;
use lib 't'; use MyTest;
use Test::Catch '[varint]';