Modified:
trunk/bin/pirl
Log:
* pirl has its own version (good for CPAN indexing) * pirl accepts options (--[no]ornaments so far)
Modified: trunk/bin/pirl
==============================================================================
--- trunk/bin/pirl (original)
+++ trunk/bin/pirl Fri Jul 27 07:34:21 2007
@@ -6,7 +6,7 @@
# /Id: pirl 1124 2007-01-25 19:36:07Z me / # don't erase that for now
# $Id$
-use Shell::Perl; our $VERSION = $Shell::Perl::VERSION;
+our $VERSION = '0.0015';
Shell::Perl->run_with_args;
@@ -16,7 +16,12 @@
pirl - A read-eval-print loop in Perl (see Shell::Perl)
-=head1 SYNOPSYS
+=head1 SYNOPSIS
+
+ pirl
+ pirl --noornaments
+
+=head1 EXAMPLE SESSION
$ pirl
Welcome to the Perl shell. Type ':help' for more information
@@ -43,6 +48,10 @@
By now, read the fine details at C<Shell::Perl> documentation.
+=head1 OPTIONS
+
+ --ornaments - turn on terminal ornaments (default)
+ --noornaments - turn off terminal organments
=head1 SEE ALSO