X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FEval-WithLexicals.git;a=blobdiff_plain;f=bin%2Ftinyrepl;h=6d52ba6e9c8ee53090b322fd5d7834e113608105;hp=f9087ea034fabec235070a4d1311f7bd621e6bd6;hb=52ec47288bfbf9d8f6d9798d13b023af3fe7cdc0;hpb=8d732f3064bb88d682504f365ef1af62c6598b8c diff --git a/bin/tinyrepl b/bin/tinyrepl index f9087ea..6d52ba6 100755 --- a/bin/tinyrepl +++ b/bin/tinyrepl @@ -31,3 +31,47 @@ while (1) { } or @ret = ("Error!", $@); print Dumper @ret; } + +__END__ + +=head1 NAME + +tinyrepl - Tiny REPL + +=head1 SYNOPSIS + + $ tinyrepl + re.pl$ "s" x 5 + "sssss" + re.pl$ exit + + $ tinyrepl --plugin HintPersistence + +=head1 DESCRIPTION + +tinyrepl is a minimal pure-Perl REPL. It is just a small wrapper +around L. + +=head1 OPTIONS + +=over 4 + +=item C<--plugin=> + +Loads a plugin into the REPL. See L. + +=back + +=head1 SUPPORT + +See L for support and contact information. + +=head1 AUTHORS + +See L for authors. + +=head1 COPYRIGHT AND LICENSE + +See L for the copyright and license. + +=cut