Check return values when storing values in hashes and error out if it didn't work.
[gitmo/Class-C3-XS.git] / t / lib / A.pm
1 package t::lib::A;
2 our @ISA = qw//;
3 1;