do not index these secondary packages - they cannot be loaded independently
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Error.pm
index 82a6815..874f35d 100644 (file)
@@ -1,5 +1,7 @@
 package Devel::REPL::Error;
 
+our $VERSION = '1.003027';
+
 use Moose;
 use namespace::autoclean;
 
@@ -23,5 +25,3 @@ sub stringify {
   sprintf "%s: %s", $self->type, $self->message;
 }
 __PACKAGE__
-
-__END__