On Thu, Dec 23, 2004 at 07:01:56PM +0000, Casiano Rodriguez Leon wrote: > Apologies if it is a moronic question. > My problem involves the yapp syntax generator and ExtUtils::MakeMaker. > > The module Parse::Yapp provides a yacc-like LALR parser. > The input is a grammar: Grammar.yp and the output is > an object oriented module: Grammar.pm. > > How can I say in my Makefile.PL that to build the module > it has to run yapp first? Assume Grammar.pm is the module > I need to deliver.
Simplest thing to do is use PL_FILES. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern/ And it's made from all-natural baby skin, so you know it's good for the environment. http://www.goats.com/archive/000606.html
