Added overview for beginners page (lib/Devel/REPL/Overview.pod).
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Interrupt.pm
index 1d79bd8..0df8cb0 100644 (file)
@@ -1,6 +1,6 @@
 package Devel::REPL::Plugin::Interrupt;
 
-use Moose::Role;
+use Devel::REPL::Plugin;
 use namespace::clean -except => [ 'meta' ];
 
 around 'eval' => sub {
@@ -16,3 +16,15 @@ around 'eval' => sub {
 
 1;
 
+__END__
+
+=head1 NAME
+
+Devel::REPL::Plugin::Interrupt - traps SIGINT to kill long-running lines
+
+=head1 AUTHOR
+
+Shawn M Moore, C<< <sartak at gmail dot com> >>
+
+=cut
+