From 2de3a1e29652a24c6abc6bbdad64443497862d64 Mon Sep 17 00:00:00 2001 From: Sean O'Rourke Date: Mon, 14 Nov 2011 20:45:15 -0700 Subject: [PATCH] * document "sepl" a bit. --- ChangeLog | 4 ++++ sepl | 27 ++++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6f6b3f6..de457f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-11-14 Sean O'Rourke + + * sepl: add some docs. + 2011-11-10 Sean O'Rourke * lib/Sepia.pm (repl_who): list lexicals in strict-mode. diff --git a/sepl b/sepl index 44b9f86..ba7ce3c 100755 --- a/sepl +++ b/sepl @@ -24,7 +24,7 @@ __END__ =head1 NAME -sepl -- a Term::ReadLine-based Sepia interactive shell. +C -- a Term::ReadLine-based Sepia interactive shell. =head1 SYNOPSIS @@ -36,4 +36,29 @@ sepl -- a Term::ReadLine-based Sepia interactive shell. =head1 DESCRIPTION +C uses L to provide an interactive Perl shell +with many of the L features available in Emacs, including +completion and all shortcuts. It is not well-tested or frequently +used, and should be considered experimental. + +=head1 SEE ALSO + +L, L. + +Most of C's documentation is installed in Emacs' C +format. On most systems it can be read from the command-line by +typing "C". + +=head1 AUTHOR + +Sean O'Rourke, Eseano@cpan.orgE + +Bug reports welcome, patches even more welcome. + +=head1 COPYRIGHT + +Copyright (C) 2010-2011 Sean O'Rourke. All rights reserved, some +wrongs reversed. This module is distributed under the same terms as +Perl itself. + =cut -- 2.11.4.GIT