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;fp=lib%2FDevel%2FREPL%2FPlugin%2FFancyPrompt.pm;h=4bc3787b5f31c67902ffe7cb91edb7ebabbdcb18;hp=f6e98f57b0ef330ec982259761b947534121c690;hb=9d2a4940f5958d82828272364ef754e9290b6113;hpb=f109bc790c4450543e3bd07beb3abee5c4b923e0 diff --git a/lib/Devel/REPL/Plugin/FancyPrompt.pm b/lib/Devel/REPL/Plugin/FancyPrompt.pm index f6e98f5..4bc3787 100644 --- a/lib/Devel/REPL/Plugin/FancyPrompt.pm +++ b/lib/Devel/REPL/Plugin/FancyPrompt.pm @@ -1,6 +1,7 @@ use strict; use warnings; package Devel::REPL::Plugin::FancyPrompt; +# ABSTRACT: Facilitate user-defined prompts our $VERSION = '1.003027'; @@ -61,9 +62,7 @@ before 'read' => sub { __END__ -=head1 NAME - -Devel::REPL::Plugin::FancyPrompt - facilitate user-defined prompts +=pod =head1 SYNOPSIS @@ -119,4 +118,3 @@ This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut -