From: Graham Knop Date: Mon, 23 Dec 2013 12:12:54 +0000 (-0500) Subject: document conflicts with PREFIX/--prefix options X-Git-Tag: v2.000_001~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0921389e0d7c2019ee181c9d6419aac422d13cab;p=p5sagit%2Flocal-lib.git document conflicts with PREFIX/--prefix options --- diff --git a/lib/local/lib.pm b/lib/local/lib.pm index ceee4aa..7ce445b 100644 --- a/lib/local/lib.pm +++ b/lib/local/lib.pm @@ -1260,6 +1260,16 @@ version inside the local::lib will be ignored. A workaround for this is using C inside the script instead of using C directly. +=item * Conflicts with L's C option. +C uses the C option, as it has more predictable and +sane behavior. If something attempts to use the C option when running +a F, L will refuse to run, as the two +options conflict. This can be worked around by temporarily unsetting the +C environment variable. + +=item * Conflicts with L's C<--prefix> option. Similar to the +previous limitation, but any C<--prefix> option specified will be ignored. + =back Patches very much welcome for any of the above.