]> git.vpit.fr Git - perl/modules/Test-Leaner.git/commitdiff
Another POD typo
authorVincent Pit <vince@profvince.com>
Fri, 21 Jan 2011 11:05:44 +0000 (12:05 +0100)
committerVincent Pit <vince@profvince.com>
Fri, 21 Jan 2011 11:05:44 +0000 (12:05 +0100)
lib/Test/Leaner.pm

index 80cac1328e33a3d8ce13d604f82b21efb7353a4c..8a09c2948cfb004a9865010dd2e5f431218497c1 100644 (file)
@@ -121,7 +121,7 @@ our @EXPORT = qw<
 =head2 C<PERL_TEST_LEANER_USES_TEST_MORE>
 
 If this environment variable is set, L<Test::Leaner> will replace its functions by those from L<Test::More>.
-Moreover, the symbols that are imported you C<use Test::Leaner> will be those from L<Test::More>, but you can still only import the symbols originally defined in L<Test::Leaner> (hence the functions from L<Test::More> that are not implemented in L<Test::Leaner> will not be imported).
+Moreover, the symbols that are imported when you C<use Test::Leaner> will be those from L<Test::More>, but you can still only import the symbols originally defined in L<Test::Leaner> (hence the functions from L<Test::More> that are not implemented in L<Test::Leaner> will not be imported).
 If your version of L<Test::More> is too old and doesn't have some symbols (like L</note> or L</done_testing>), they will be replaced in L<Test::Leaner> by croaking stubs.
 
 This may be useful if your L<Test::Leaner>-based test script fails and you want extra diagnostics.