X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FTurtles.pm;h=26d988ee94e25d15e0cca8ae38b7abb5abf0389a;hb=c45376f3de16a5a467a1a26e63a279f30eb8672d;hp=a908c8f8c4a51e8e94bf24d78733728031d5ae56;hpb=6f4f9516b3422a8ce51b89b596fb808b197f833e;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin/Turtles.pm b/lib/Devel/REPL/Plugin/Turtles.pm index a908c8f..26d988e 100644 --- a/lib/Devel/REPL/Plugin/Turtles.pm +++ b/lib/Devel/REPL/Plugin/Turtles.pm @@ -1,6 +1,9 @@ use strict; use warnings; package Devel::REPL::Plugin::Turtles; +# ABSTRACT: Generic command creation using a read hook + +our $VERSION = '1.003029'; use Devel::REPL::Plugin; use Scalar::Util qw(reftype); @@ -70,9 +73,7 @@ sub match_turtles { __END__ -=head1 NAME - -Devel::REPL::Plugin::Turtles - Generic command creation using a read hook +=pod =head1 DESCRIPTION @@ -89,4 +90,3 @@ if other uses for that character are needed (e.g., '#' for the shell escape character in the PDL shell. =cut -