On Wed, Sep 10, 2003 at 09:31:58AM -0700, Robert Lehr wrote:
 
> ...I do not see a good reason that these filters should spawn a separate process
> to execute a regex for every filter for every file.
> 
> Why not  implement "the traditional unix  sense" filter in perl?   Or change the
> module to do it in "the traditional perl sense".
> 
> Or provide the option to do it with either method.

I think you're right that there could be better way to do this, such as
in "pure perl". This is one of the benefits of Module::Build. Since M::B
uses regularly Perl scripts for the Makefile equivalent, you could just
use File::Find and standard perl techniques to  find and process files.
No extra function would be needed. (Although some kind of syntactic sugar
could still be desirable). 

        Mark

-- 
 . . . . . . . . . . . . . . . . . . . . . . . . . . . 
   Mark Stosberg            Principal Developer  
   [EMAIL PROTECTED]     Summersault, LLC     
   765-939-9301 ext 202     database driven websites
 . . . . . http://www.summersault.com/ . . . . . . . .

Reply via email to