Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__]
Michael G. Schwern [Sat, 15 Dec 2001 15:08:29 +0000 (10:08 -0500)]
Message-ID: <20011215200829.GK1548@blackrider>

p4raw-id: //depot/perl@13713

lib/AutoSplit.pm

index bf4d811..3c45d92 100644 (file)
@@ -238,6 +238,7 @@ sub autosplit_file {
        $in_pod = 1 if /^=\w/;
        $in_pod = 0 if /^=cut/;
        next if ($in_pod || /^=cut/);
+        next if /^\s*#/;
 
        # record last package name seen
        $def_package = $1 if (m/^\s*package\s+([\w:]+)\s*;/);