Re: Requiring a Perl version
[email protected] (Andy Armstrong)
| Newsgroups | perl.makemaker |
|---|---|
| Message-ID | <[email protected]> |
On 29 Mar 2008, at 21:53, Alberto Simões wrote: > Hi, Folks > > I would like to ask for some advice: in a module, to require some > Perl version, should I do that on the Makefile.PL/Build.PL or just > add the use keyword with the Perl version on the .pm file? Or both? > > In case I should do that on Makefile.PL, what is the correct way? > Again a 'use' keyword in the Makefile.PL, or is there any other > keyword to use withing MakeMaker configuration hash? Does this help? http://cpantest.grango.org/wiki/CPANAuthorNotes I'd be inclined to use 5.010 (or whatever) in Makefile.PL and in the individual modules. -- Andy Armstrong, Hexten