keep $VERSION right in the repo
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Colors.pm
index e3d0725..a90e30f 100644 (file)
@@ -1,8 +1,12 @@
+use strict;
+use warnings;
 package Devel::REPL::Plugin::Colors;
 
+our $VERSION = '1.003027';
+
 use Devel::REPL::Plugin;
 use Term::ANSIColor;
-use namespace::clean -except => [ 'meta' ];
+use namespace::autoclean;
 
 has normal_color => (
   is => 'rw', lazy => 1,
@@ -67,9 +71,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;