diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-11 02:56:50 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-11 02:56:50 +0000 |
commit | 4995b88c50a41133ee1eb34cb3019d84aea6658a (patch) | |
tree | 6ba66f6d7700fedb2db50a2ac9bb988021e6e107 | |
parent | b6e606bfcb6c19981f2f378399aaee4ad96723d8 (diff) | |
download | perl-4995b88c50a41133ee1eb34cb3019d84aea6658a.tar.gz |
Retract #21149, sez Schwern.
p4raw-id: //depot/perl@21170
-rw-r--r-- | lib/Test/More.pm | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/Test/More.pm b/lib/Test/More.pm index 79f58c9c82..d82f81d0fe 100644 --- a/lib/Test/More.pm +++ b/lib/Test/More.pm @@ -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 |