Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Call for testers: File::Path

by grinder (Bishop)
on May 27, 2007 at 17:10 UTC ( [id://617750]=note: print w/replies, xml ) Need Help??


in reply to Re: Call for testers: File::Path
in thread Call for testers: File::Path

'LICENSE' is not a known MakeMaker parameter name.

That's not an issue of File::Path per se but more an issue with your install build chain. What it's saying is that your version of ExtUtils::MakeMaker is older than the version I used. I think LICENSE was introduced with version 6.30.

If you upgrade EUMM, you will no longer see that warning. Thanks for taking it for a spin. I assume the tests checked out ok?

• another intruder with the mooring in the heart of the Perl

Replies are listed 'Best First'.
Re^3: Call for testers: File::Path
by syphilis (Archbishop) on May 27, 2007 at 17:21 UTC
    I think LICENSE was introduced with version 6.30

    Must be 6.31 - I have 6.30.

    I'd probably take steps to ensure that the 'LICENSE' parameter wasn't passed if EU::MM wasn't sufficiently recent - but that might just be me :-)

    The test suite ran just fine.

    Cheers,
    Rob
Re^3: Call for testers: File::Path
by Herkum (Parson) on May 28, 2007 at 11:02 UTC

    If you are making the module compatible with older versions of Perl, I don't think you can count on them having a current version of ExtUtils::MakeMaker. There can be weird system incompatibility issues that prevent it from being installed.

      Indeed. The usual construct is something like ($] < 5.008 ? (HERATIC_OPT => "something") : ()) in your WriteMakefile() arguments.

      -Paul

        Bingo.

        You're quite right about this, except that the decision needs to be predicated on the version of EUMM installed, rather than the perl version. I'm quite comfortable about leaving the key in and letting EUMM complain, since the main purpose of the warning is to say "Hey, I don't know what this is", the subtext being "Did you type a key incorrectly?". But not letting it grumble is even better.

        • another intruder with the mooring in the heart of the Perl

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://617750]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-25 04:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found