Add test for grep() and wantarray
[p5sagit/p5-mst-13.2.git] / pod / buildtoc
index 30fa9ee..b0e514e 100644 (file)
@@ -5,11 +5,11 @@ use Text::Wrap;
 sub output ($);
 
 @pods = qw(
-           perl perlnews perldata perlsyn perlop perlre perlrun perlfunc
+           perl perldelta perldata perlsyn perlop perlre perlrun perlfunc
            perlvar perlsub perlmod perlform perllocale perlref perldsc
            perllol perltoot perlobj perltie perlbot perlipc perldebug
-           perldiag perlsec perltrap perlstyle perlpod perlbook
-           perlembed perlapio perlxs perlxstut perlguts perlcall
+           perldiag perlsec perltrap perlstyle perlpod perlbook perlembed
+           perlapio perlxs perlxstut perlguts perlcall
          );
 
 for (@pods) { s/$/.pod/ }
@@ -26,7 +26,7 @@ $/ = '';
        =head1 DESCRIPTION
 
        This page provides a brief table of contents for the rest of the Perl
-       documentation set.  It is meant to be bescanned quickly or grepped
+       documentation set.  It is meant to be scanned quickly or grepped
        through to locate the proper section you're looking for.
 
        =head1 BASIC DOCUMENTATION