Zydeco

 view release on metacpan or  search on metacpan

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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
use strict;
 
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.250 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )