> Brian Ingerson sent the following bits through the ether: > > I'm looking into building a pure Perl version of gmake. It will use > object > oriented modules. You could use these yourself to parse and rewrite the > Makefile. And you could always serialize the object in YAML.
My advice is don't, even if I understand why you want to do that. MakePP is a very serious Make written in perl Cons exists but my recommendation is look at it but don't use it. Nadim.