X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FException%2FInterface.pm;h=5f0dbd1b0889e5cd39b51e7d4e57f1893924fe6a;hp=73e4cc0df35818ff3b5f38f63189addca1911c25;hb=59b3e4d0df63749ee601113ce44be5b4340be2a8;hpb=55c5e11739d565b29c7b8449a8772e30749b5f9c diff --git a/lib/Catalyst/Exception/Interface.pm b/lib/Catalyst/Exception/Interface.pm index 73e4cc0..5f0dbd1 100644 --- a/lib/Catalyst/Exception/Interface.pm +++ b/lib/Catalyst/Exception/Interface.pm @@ -1,8 +1,6 @@ package Catalyst::Exception::Interface; use Moose::Role; -use if !eval { require Moose; Moose->VERSION('2.1300') }, - 'MooseX::Role::WithOverloading'; use namespace::clean -except => 'meta'; use overload @@ -40,9 +38,6 @@ It ensures that all exceptions follow the expected interface, and adds overloading for stringification when composed onto a class. -Note that if you compose this role onto another role, that role -must use L. - =head1 REQUIRED METHODS =head2 as_string