X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Leaner.git;a=blobdiff_plain;f=lib%2FTest%2FLeaner.pm;fp=lib%2FTest%2FLeaner.pm;h=8a09c2948cfb004a9865010dd2e5f431218497c1;hp=80cac1328e33a3d8ce13d604f82b21efb7353a4c;hb=4b118eae6c47826b567c437c15af316e7bfc68b2;hpb=cafe4d866180397d8574bafef7a795fab1d2f155 diff --git a/lib/Test/Leaner.pm b/lib/Test/Leaner.pm index 80cac13..8a09c29 100644 --- a/lib/Test/Leaner.pm +++ b/lib/Test/Leaner.pm @@ -121,7 +121,7 @@ our @EXPORT = qw< =head2 C If this environment variable is set, L will replace its functions by those from L. -Moreover, the symbols that are imported you C will be those from L, but you can still only import the symbols originally defined in L (hence the functions from L that are not implemented in L will not be imported). +Moreover, the symbols that are imported when you C will be those from L, but you can still only import the symbols originally defined in L (hence the functions from L that are not implemented in L will not be imported). If your version of L is too old and doesn't have some symbols (like L or L), they will be replaced in L by croaking stubs. This may be useful if your L-based test script fails and you want extra diagnostics.