Zydeco
view release on metacpan or search on metacpan
t/50complextypes.t view on Meta::CPAN
1234567891011121314151617use
strict;
use
warnings;
use
Test::More;
use
Test::Fatal;
BEGIN {
if
($] lt
'5.016'
) {
plan(
skip_all
=>
'known limitation in Perl 5.14'
);
exit
();
}
}
class Foo;
class Bar {
( run in 0.250 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )