summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorRobin Barker <RMBarker@cpan.org>2007-09-26 14:25:49 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-09-26 12:46:53 +0000
commitd804f4346b490171e547d5cc512063e53da10708 (patch)
tree330693c9d7ffc7f265d848cb89e5beda072ec749 /t
parent3d76853f2ba25cc9699cf098371070e4651e154f (diff)
downloadperl-d804f4346b490171e547d5cc512063e53da10708.tar.gz
RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D1C3@exchsvr1.npl.ad.local> p4raw-id: //depot/perl@31978
Diffstat (limited to 't')
-rw-r--r--t/lib/warnings/pp_ctl5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/lib/warnings/pp_ctl b/t/lib/warnings/pp_ctl
index d27e8963f4..dac35525c6 100644
--- a/t/lib/warnings/pp_ctl
+++ b/t/lib/warnings/pp_ctl
@@ -240,3 +240,8 @@ use warnings;
eval 'print $foo';
}
EXPECT
+########
+# pp_ctl.c
+use warnings;
+eval 'use 5.006; use 5.10.0';
+EXPECT