diff options
Diffstat (limited to 'lib/Moose/Exception/Legacy.pm')
-rw-r--r-- | lib/Moose/Exception/Legacy.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Moose/Exception/Legacy.pm b/lib/Moose/Exception/Legacy.pm new file mode 100644 index 0000000..d960f18 --- /dev/null +++ b/lib/Moose/Exception/Legacy.pm @@ -0,0 +1,7 @@ +package Moose::Exception::Legacy; +our $VERSION = '2.1405'; + +use Moose; +extends 'Moose::Exception'; + +1; |