From fe530068095a817b0814bf626159b4f48caee765 Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Sat, 14 Feb 2009 17:40:22 +0800 Subject: [PATCH] typo fix Signed-off-by: Michael G. Schwern --- lib/Test/More.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Test/More.pm b/lib/Test/More.pm index 5678eddcb..4b23cf12b 100644 --- a/lib/Test/More.pm +++ b/lib/Test/More.pm @@ -877,7 +877,7 @@ is_deeply() compares the dereferenced values of references, the references themselves (except for their type) are ignored. This means aspects such as blessing and ties are not considered "different". -is_deeply() current has very limited handling of function reference +is_deeply() currently has very limited handling of function reference and globs. It merely checks if they have the same referent. This may improve in the future. @@ -1059,7 +1059,7 @@ sub note { my @dump = explain @diagnostic_message; Will dump the contents of any references in a human readable format. -Usually you want to pass this into C or C. +Usually you want to pass this into C or C. Handy for things like...