> ITYM:
> 
> >      my @headers=(
> >          sort
> >          map  { m{^$inc/(.*\.h)\z} }
> >          keys %{maniread()}
> >      );
> 
> Otherwise, someone might at some future date, write:
> 
>    langauges/mylang/include/parrot/oops.txt
> 
> And that would get picked up ;)

Or he might even write:

include/parrot/my_header.H

and that woudn't get picked up (~:


Reply via email to