X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FError%2FDefault.pm;h=f53043659bf0f5b484256d4863e0105fba7d4cef;hb=4f5ca7c5603a395c08a15b120a98b055ddd4af19;hp=398667da83140b71ee512e8c218640d9d197da6c;hpb=82750a8aa67b0f6cd139537bef64162d7a7c4d52;p=gitmo%2FMoose.git diff --git a/lib/Moose/Error/Default.pm b/lib/Moose/Error/Default.pm index 398667d..f530436 100644 --- a/lib/Moose/Error/Default.pm +++ b/lib/Moose/Error/Default.pm @@ -3,12 +3,14 @@ package Moose::Error::Default; use strict; use warnings; -our $VERSION = '0.62_01'; +our $VERSION = '1.14'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; use Carp::Heavy; +use base 'Class::MOP::Object'; + sub new { my ( $self, @args ) = @_;