add use strict; use warnings to modules, just to be sure
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / B / Concise.pm
index 71b97be..a54e5b1 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/perl
 
+use strict;
+use warnings;
 package Devel::REPL::Plugin::B::Concise;
 use Devel::REPL::Plugin;