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=0ad9513584e23d67397a05595d0f31b3ae3241dd;hb=HEAD;hpb=54beb05dd302b5e166bf46c888318527e13375c7 diff --git a/lib/Devel/REPL/Error.pm b/lib/Devel/REPL/Error.pm index 0ad9513..f20c587 100644 --- a/lib/Devel/REPL/Error.pm +++ b/lib/Devel/REPL/Error.pm @@ -1,6 +1,6 @@ package Devel::REPL::Error; -our $VERSION = '1.003027'; +our $VERSION = '1.003030'; use Moose; use namespace::autoclean; @@ -25,5 +25,3 @@ sub stringify { sprintf "%s: %s", $self->type, $self->message; } __PACKAGE__ - -__END__