Ronald J. Kimball [Fri, 1 Mar 2002 15:32:13 +0000 (10:32 -0500)]
Message-ID: <
20020301153212.E1461198@linguist.thayer.dartmouth.edu>
p4raw-id: //depot/perl@14940
$found = 1;
push @pod, "=head1 Found in $ARGV\n\n" unless $found_in{$ARGV}++;
}
- elsif (/^=head2/) {
+ elsif (/^=head[12]/) {
$found = 0;
}
next unless $found;