pushing onto undef should (and does) work
[gitmo/Moose.git] / t / lib / Role / Interface.pm
CommitLineData
87259f30 1package Role::Interface;
2use Moose::Role;
3
4requires "meth2";
5
61;