Tiny tweaks.
[p5sagit/p5-mst-13.2.git] / pod / perlmodlib.PL
index 60a4061..fd39e65 100644 (file)
@@ -4,9 +4,12 @@ $ENV{LC_ALL} = 'C';
 
 open (OUT, ">perlmodlib.tmp") or die $!;
 my (@pragma, @mod, @MANIFEST);
+
 open (MANIFEST, "../MANIFEST") or die $!;
+@MANIFEST = grep !m</(?:t|demo)/>, <MANIFEST>;
+push @MANIFEST, 'lib/Config.pm', 'lib/Errno.pm';
 
-while (<MANIFEST>) {
+for (@MANIFEST) {
      my $filename;
      next unless s|^lib/|| or m|^ext/|;
      ($filename) = m|^(\S+)|;
@@ -165,7 +168,7 @@ CPAN stands for Comprehensive Perl Archive Network; it's a globally
 replicated trove of Perl materials, including documentation, style
 guides, tricks and traps, alternate ports to non-Unix systems and
 occasional binary distributions for these.   Search engines for
-CPAN can be found at http://www.cpan.org/.
+CPAN can be found at http://www.cpan.org/
 
 Most importantly, CPAN includes around a thousand unbundled modules,
 some of which require a C compiler to build.  Major categories of