Retract #21149, sez Schwern.
Jarkko Hietaniemi [Thu, 11 Sep 2003 02:56:50 +0000 (02:56 +0000)]
p4raw-id: //depot/perl@21170

lib/Test/More.pm

index 79f58c9..d82f81d 100644 (file)
@@ -927,16 +927,7 @@ will display the place where they start differing.
 Barrie Slaymaker's Test::Differences module provides more in-depth
 functionality along these lines, and it plays well with Test::More.
 
-B<NOTE> is_deeply cannot tell the difference between $ref and "$ref", it
-also cannot tell the difference between {} and {some_key =E<gt> []}, it
-cannot tell the difference between a scalar string and an object which uses
-overloading to stringify to the same value.
-
-is_deeply will go into an infinite loop if passed a circular data structure.
-
-The above also apply to eq_array and eq_hash.
-
-Display of scalar refs is not quite 100%
+B<NOTE> Display of scalar refs is not quite 100%
 
 =cut