Re: Action executed during configure
David Golden <[email protected]> Wed, 26 Jan 2011 17:21:58 -0500
| Newsgroups | gmane.comp.lang.perl.modules.module-build |
|---|---|
| Message-ID | <[email protected]> |
2011/1/26 Alberto Simões <[email protected]>: > Hello > > Is there any action that I can subclass in mybuilder that is run during > "perl Build.PL" ? Not really. You can subclass "new" or any of the methods that it calls, of course. What are you trying to accomplish? -- David