]> git.vpit.fr Git - perl/modules/Test-Leaner.git/commitdiff
Talk about is_deeply() in POD
authorVincent Pit <vince@profvince.com>
Tue, 18 Jan 2011 10:15:26 +0000 (11:15 +0100)
committerVincent Pit <vince@profvince.com>
Tue, 18 Jan 2011 10:15:26 +0000 (11:15 +0100)
lib/Test/Leaner.pm

index 796a77bb20d65b599d8929db6b5fbc4706b18289..f1ee6ee4ac04d85d009628e8a86aa141d81bc67f 100644 (file)
@@ -41,7 +41,7 @@ However, L</ok> honors C<'bool'> overloading, L</is> and L</is_deeply> honor C<'
 
 =item *
 
-L</pass>, L</fail>, L</ok>, L</is>, L</isnt>, L</like>, L</unlike> and L</cmp_ok> are all guaranteed to return the truth value of the test.
+L</pass>, L</fail>, L</ok>, L</is>, L</isnt>, L</like>, L</unlike>, L</cmp_ok> and L</is_deeply> are all guaranteed to return the truth value of the test.
 
 =item *
 
@@ -61,6 +61,7 @@ If the two first arguments present parallel memory cycles, the test may result i
 =item *
 
 The tests don't output any kind of default diagnostic in case of failure ; the rationale being that if you have a large number of tests and a lot of them are failing, then you don't want to be flooded by diagnostics.
+Moreover, this allows a much faster variant of L</is_deeply>.
 
 =item *