X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FFancyPrompt.pm;h=f6e98f57b0ef330ec982259761b947534121c690;hp=ce0225a70c71351d3c0715c2e113f206e8d670cf;hb=54beb05dd302b5e166bf46c888318527e13375c7;hpb=aa8b764738156914d48d182ee0706e4c3d4e5c99 diff --git a/lib/Devel/REPL/Plugin/FancyPrompt.pm b/lib/Devel/REPL/Plugin/FancyPrompt.pm index ce0225a..f6e98f5 100644 --- a/lib/Devel/REPL/Plugin/FancyPrompt.pm +++ b/lib/Devel/REPL/Plugin/FancyPrompt.pm @@ -1,5 +1,9 @@ +use strict; +use warnings; package Devel::REPL::Plugin::FancyPrompt; +our $VERSION = '1.003027'; + use Devel::REPL::Plugin; use namespace::autoclean; @@ -63,9 +67,6 @@ Devel::REPL::Plugin::FancyPrompt - facilitate user-defined prompts =head1 SYNOPSIS - #!/usr/bin/perl - - use lib './lib'; use Devel::REPL; my $repl = Devel::REPL->new;