This commit is contained in:
8
CPAN/Moose/Exception/Legacy.pm
Normal file
8
CPAN/Moose/Exception/Legacy.pm
Normal file
@@ -0,0 +1,8 @@
|
||||
package Moose::Exception::Legacy;
|
||||
our $VERSION = '2.2207';
|
||||
|
||||
use Moose;
|
||||
extends 'Moose::Exception';
|
||||
|
||||
__PACKAGE__->meta->make_immutable;
|
||||
1;
|
||||
Reference in New Issue
Block a user