X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FTurtles.pm;h=387f20bf4f1890eee84e81ea1473a5308b59d339;hp=49c6eafffe427b5c32f442299d4d722b3f5aabf0;hb=9d2a4940f5958d82828272364ef754e9290b6113;hpb=f109bc790c4450543e3bd07beb3abee5c4b923e0 diff --git a/lib/Devel/REPL/Plugin/Turtles.pm b/lib/Devel/REPL/Plugin/Turtles.pm index 49c6eaf..387f20b 100644 --- a/lib/Devel/REPL/Plugin/Turtles.pm +++ b/lib/Devel/REPL/Plugin/Turtles.pm @@ -1,6 +1,7 @@ use strict; use warnings; package Devel::REPL::Plugin::Turtles; +# ABSTRACT: Generic command creation using a read hook our $VERSION = '1.003027'; @@ -72,9 +73,7 @@ sub match_turtles { __END__ -=head1 NAME - -Devel::REPL::Plugin::Turtles - Generic command creation using a read hook +=pod =head1 DESCRIPTION @@ -91,4 +90,3 @@ if other uses for that character are needed (e.g., '#' for the shell escape character in the PDL shell. =cut -