94faabcb85fa7d2741c9913326a52fa5d322bccf
[gitmo/Class-C3-XS.git] / t / lib / A.pm
1 package t::lib::A;
2 our @ISA = qw//;
3 1;