Zydeco

 view release on metacpan or  search on metacpan

t/50complextypes.t  view on Meta::CPAN

use strict;
use warnings;
use Test::More;
use Test::Fatal;

BEGIN {
	if ($] lt '5.016') {
		plan(skip_all => 'known limitation in Perl 5.14');
		exit();
	}
}

use Zydeco factory_package => 'Local';

class Foo;

class Bar {



( run in 0.586 second using v1.01-cache-2.11-cpan-cc502c75498 )