Attribute-TieClasses

 view release on metacpan or  search on metacpan

t/01_all.t  view on Meta::CPAN

use warnings;
use strict;
use lib 't/testlib';
use Attribute::TieClasses;
use Test::More tests => 1;
my $st : __TEST;
my @st : __TEST;
my %st : __TEST;
pass('still alive (well, it compiled)');



( run in 2.229 seconds using v1.01-cache-2.11-cpan-df04353d9ac )