CPAN Security Tip #2/3: Make sure none of your favourite CPAN dists are unmaintained! Learn more
12345 class TestCase::CompileError::OArray::AssignNumericArray { static method error : void () { my $obj_elems : oarray = new int[3]; }}
class TestCase::CompileError::OArray::AssignNumericArray {
static method error : void () {
my $obj_elems : oarray = new int[3];
}