Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Latest master SIGSEGV's Class::Inspector's tests #171

@ribasushi

Description

@ribasushi

See https://travis-ci.org/dbsrgits/dbix-class/jobs/139787393#L809-L819.
Tested commit was: https://travis-ci.org/dbsrgits/dbix-class/jobs/139787393#L680

SEGV at this test:

    use constant CI  => 'Class::Inspector';
    use constant BAD => 'Class::Inspector::Nonexistant';

    is( CI->subclasses( BAD ), '',   '->subclasses(none) returns false' );

which is basically cperl -Mblib -mClass::Inspector -e'print Class::Inspector->subclasses( "xx" )'

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions