DEBSOURCES
Skip Quicknav
sources / libmoose-perl / 2.2207-1 / lib / Moose / Exception / Legacy.pm
12345678
package Moose::Exception::Legacy; our $VERSION = '2.2207'; use Moose; extends 'Moose::Exception'; __PACKAGE__->meta->make_immutable; 1;