From 0d7b125b0c3d6ada9b99e6cdd424e39fbc3aa5f1 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 8 Dec 2012 18:38:46 -0800 Subject: [PATCH] =?utf8?q?Suppress=20deprec.=20warning=20from=20Devel::PPP?= =?utf8?q?ort=E2=80=99s=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This has already been submitted to . --- cpan/Devel-PPPort/t/misc.t | 1 + 1 file changed, 1 insertion(+) diff --git a/cpan/Devel-PPPort/t/misc.t b/cpan/Devel-PPPort/t/misc.t index 9dcc565..f74a9df 100644 --- a/cpan/Devel-PPPort/t/misc.t +++ b/cpan/Devel-PPPort/t/misc.t @@ -59,6 +59,7 @@ ok(&Devel::PPPort::UNDERBAR(), "Fred"); if ($] >= 5.009002) { eval q{ + no warnings "deprecated"; my $_ = "Tony"; ok(&Devel::PPPort::DEFSV(), "Fred"); ok(&Devel::PPPort::UNDERBAR(), "Tony"); -- 2.7.4