perlfaq4 tweak (from Damian Conway <damian@cs.monash.edu.au>)
Gurusamy Sarathy [Tue, 14 Mar 2000 20:57:12 +0000 (20:57 +0000)]
p4raw-id: //depot/perl@5740

pod/perlfaq4.pod

index b358a4e..b8ccfba 100644 (file)
@@ -444,9 +444,9 @@ nested patterns, nor can they.  For that you'll have to write a
 parser.
 
 If you are serious about writing a parser, there are a number of
-modules or oddities that will make your life a lot easier.  There is
-the CPAN module Parse::RecDescent, the standard module Text::Balanced,
-the byacc program, the CPAN module Parse::Yapp, and Mark-Jason
+modules or oddities that will make your life a lot easier.  There are
+the CPAN modules Parse::RecDescent, Parse::Yapp, and Text::Balanced;
+the byacc program; and Mark-Jason
 Dominus's excellent I<py> tool at http://www.plover.com/%7Emjd/perl/py/
 .