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=ac7bc05b8a0589c5c03da31460f0363f09d3627d;hb=HEAD;hpb=462bad8fb094b4c778abd9b6be041145db2d6e14 diff --git a/lib/Devel/REPL/Error.pm b/lib/Devel/REPL/Error.pm index ac7bc05..f20c587 100644 --- a/lib/Devel/REPL/Error.pm +++ b/lib/Devel/REPL/Error.pm @@ -1,7 +1,9 @@ -#!/usr/bin/perl - package Devel::REPL::Error; + +our $VERSION = '1.003030'; + use Moose; +use namespace::autoclean; # FIXME get nothingmuch to refactor and release his useful error object @@ -23,5 +25,3 @@ sub stringify { sprintf "%s: %s", $self->type, $self->message; } __PACKAGE__ - -__END__