Re: MakeMaker: Strip *.pl extension during install?
[email protected] (brian d foy)
| Newsgroups | perl.makemaker |
|---|---|
| Message-ID | <121120082129189907%[email protected]> |
In article <[email protected]>, Jari Aalto <[email protected]> wrote: > While possible[*], the stripping option would be great to have in next > release of MakeMaker. I hope to see it added. You can already do this, but you need to do a little work. MakeMaker has all sorts of features that let you decide what to put in blib. And, Makefile.PL is a Perl script. If you need something special, you can make it happen.