cvs commit: perlfaq perlfaq3.pod

[email protected] (Robert Spier) 24 Aug 2003 05:26:59 -0000
Newsgroups perl.cvs.perlfaq
Message-ID <[email protected]>
cvsuser     03/08/23 22:26:59

  Modified:    .        perlfaq3.pod
  Log:
  From: Iain Truskett <[email protected]>
  To: [email protected]
  Subject: perlfaq3 "Is there a Perl shell?" addition
  Date: Sun, 24 Aug 2003 00:18:19 +1000
  
  [1  <text/plain; us-ascii (7bit)>]
  Attached is a patch to mention the Zoidberg shell project.
  
  Revision  Changes    Path
  1.35      +6 -1      perlfaq/perlfaq3.pod
  
  Index: perlfaq3.pod
  ===================================================================
  RCS file: /cvs/public/perlfaq/perlfaq3.pod,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -w -r1.34 -r1.35
  --- perlfaq3.pod	30 Jul 2003 05:48:24 -0000	1.34
  +++ perlfaq3.pod	24 Aug 2003 05:26:59 -0000	1.35
  @@ -1,6 +1,6 @@
   =head1 NAME
   
  -perlfaq3 - Programming Tools ($Revision: 1.34 $, $Date: 2003/07/30 05:48:24 $)
  +perlfaq3 - Programming Tools ($Revision: 1.35 $, $Date: 2003/08/24 05:26:59 $)
   
   =head1 DESCRIPTION
   
  @@ -48,6 +48,11 @@
   expected for normal shell activity and uses Perl syntax and
   functionality for control-flow statements and other things.
   You can get psh at http://www.focusresearch.com/gregor/psh/ .
  +
  +Zoidberg is a similar project and provides a shell written in perl,
  +configured in perl and operated in perl. It is intended as a login shell
  +and development environment. It can be found at http://zoidberg.sf.net/
  +or your local CPAN mirror.
   
   The Shell.pm module (distributed with Perl) makes Perl try commands
   which aren't part of the Perl language as shell commands.  perlsh