john.deighan has asked for the wisdom of the Perl Monks concerning the following question:
I want to create a Perl module via Module::Starter, e.g. MyModule.pm, but MyModule.pm will be generated via the command eyapp - part of Parse::EYapp. In my Makefile.PL, I don't know how to specify that MyModule.pm needs to be generated from MyModule.eyp using the command line 'eyapp -s MyModule.eyp'. I'm somewhat familiar with makefiles in general and could probably add that dependency in a makefile, but I don't know how to do the same thing in Makefile.PL
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: question about Makefile.PL
by Anonymous Monk on Aug 02, 2012 at 23:04 UTC |