X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FError.pm;h=f20c587db91bf3aa354e092072d0d88a8f6c118e;hp=665c198498a0e83d32c2b8692b386204c85e3963;hb=HEAD;hpb=f049111ed91d199e926de686b2a6f179a89cba18 diff --git a/lib/Devel/REPL/Error.pm b/lib/Devel/REPL/Error.pm index 665c198..f20c587 100644 --- a/lib/Devel/REPL/Error.pm +++ b/lib/Devel/REPL/Error.pm @@ -1,5 +1,9 @@ package Devel::REPL::Error; + +our $VERSION = '1.003030'; + use Moose; +use namespace::autoclean; # FIXME get nothingmuch to refactor and release his useful error object @@ -21,5 +25,3 @@ sub stringify { sprintf "%s: %s", $self->type, $self->message; } __PACKAGE__ - -__END__