Attribute-TieClasses
view release on metacpan or search on metacpan
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 0.692 second using v1.01-cache-2.11-cpan-df04353d9ac )