]> git.vpit.fr Git - perl/modules/Test-Leaner.git/commitdiff
Document that isn't() is not aliased to isnt()
authorVincent Pit <vince@profvince.com>
Wed, 23 Feb 2011 22:23:00 +0000 (23:23 +0100)
committerVincent Pit <vince@profvince.com>
Wed, 23 Feb 2011 22:23:00 +0000 (23:23 +0100)
lib/Test/Leaner.pm

index 927c1860619225a6256bdb16f000a97831cc2cef..72531845aac4a400a729807632de6ae37213c3ca 100644 (file)
@@ -45,6 +45,10 @@ L</pass>, L</fail>, L</ok>, L</is>, L</isnt>, L</like>, L</unlike>, L</cmp_ok> a
 
 =item *
 
+C<isn't> (the sub C<t> in package C<isn>) is not aliased to L</isnt>.
+
+=item *
+
 L</like> and L</unlike> don't special case regular expressions that are passed as C<'/.../'> strings.
 A string regexp argument is always treated as the source of the regexp, making C<like $text, $rx> and C<like $text, qr[$rx]> equivalent to each other and to C<cmp_ok $text, '=~', $rx> (and likewise for C<unlike>).