On Sun, Nov 03, 2002 at 09:07:00AM -0700, Todd C. Miller wrote:
> ExtUtils-MakeMaker-6.05 uses the following regex:
>     /^=(head|item|pod)\b/
> 
> But that matches =head, not =head[1-4].  Perhaps the following instead:
>     /^=(head[1-4]|item|pod)\b/

Thanks, it's already been fixed and will be in 6.06.  The regex is now:

      /^=(?:head\d+|item|pod)\b/


-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl Quality Assurance      <[EMAIL PROTECTED]>         Kwalitee Is Job One
I'm exploring my nipples.

Reply via email to