1 2 3 4 5 6 7
package Moose::Exception::Legacy; our $VERSION = '2.1405'; use Moose; extends 'Moose::Exception'; 1;