[libnet-openid-common-perl] 28/34: don't bother trying to suppress warnings. we'll just call it a todo for now
gregor herrmann
gregoa at debian.org
Sun Feb 7 21:50:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to annotated tag v1.030099_001
in repository libnet-openid-common-perl.
commit 85326619404d05d861ce2206959515c72eba9930
Author: Robert Norris <rob at eatenbyagrue.org>
Date: Sat Nov 6 11:57:12 2010 +1100
don't bother trying to suppress warnings. we'll just call it a todo for now
---
t/05-eq.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/05-eq.t b/t/05-eq.t
index daea6d4..7613ffd 100644
--- a/t/05-eq.t
+++ b/t/05-eq.t
@@ -42,5 +42,5 @@ sub compare_comparisons {
# warnings as eq when faced with undefs, and then we should test
# the warnings. that seems like too much effort
- is( ($first eq $second), eval { OpenID::util::timing_indep_eq($first, $second) } , $description);
+ is( ($first eq $second), OpenID::util::timing_indep_eq($first, $second) , $description);
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-openid-common-perl.git
More information about the Pkg-perl-cvs-commits
mailing list