summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2009-11-11 11:55:43 +0100
committerVincent Pit <perl@profvince.com>2009-11-11 11:56:31 +0100
commit06f07c2f42f10bc23298ee775c814342f08e1bd6 (patch)
treeb85873daf7e80de565b0d77a263e92150b69fd05
parentb382f077a009e5f5e82bba7d72325124462d742f (diff)
downloadperl-06f07c2f42f10bc23298ee775c814342f08e1bd6.tar.gz
Make diag.t skip the warning I just fixed
It's just for MAD anyway.
-rw-r--r--op.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/op.c b/op.c
index 0d6351a725..b1e8c902a2 100644
--- a/op.c
+++ b/op.c
@@ -5774,6 +5774,7 @@ Perl_newATTRSUB(pTHX_ I32 floor, OP *o, OP *proto, OP *attrs, OP *block)
if (PL_madskills) {
if (strEQ(name, "import")) {
PL_formfeed = MUTABLE_SV(cv);
+ /* diag_listed_as: SKIPME */
Perl_warner(aTHX_ packWARN(WARN_VOID), "0x%"UVxf"\n", (UV)cv);
}
}