remove unneeded shebangs and "use lib" directives
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Colors.pm
index 99d1306..5d209c7 100644 (file)
@@ -69,9 +69,6 @@ Devel::REPL::Plugin::Colors - add color to return values, warnings, and errors
 
 =head1 SYNOPSIS
 
-    #!/usr/bin/perl 
-
-    use lib './lib';
     use Devel::REPL;
 
     my $repl = Devel::REPL->new;