Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7...
Philip Newton [Tue, 15 May 2001 15:09:30 +0000 (17:09 +0200)]
Message-ID: <3B0146AA.2839.17BFDA6@localhost>

Test case for #10128.

p4raw-id: //depot/perl@10134

t/pragma/warn/pp_hot

index b21117c..3ee853f 100644 (file)
@@ -225,6 +225,10 @@ $x     = "19$yy\n";
 $x     = "19" . $yy . "\n";
 $x     = "319$yy\n";
 $x     = "319" . $yy . "\n";
+$yy = 19;
+$x     = "ok $yy\n";
+$yy = 9;
+$x     = 1 . $yy;
 no warnings 'y2k';
 $x     = "19$yy\n";
 $x     = "19" . $yy . "\n";