Message-ID: <
20051226175648.GA28402@rpc142.cs.man.ac.uk>
p4raw-id: //depot/perl@26521
}
+{
+ my $twenty_three = 23;
+ # Check that constant overloading propagates into evals
+ BEGIN { overload::constant integer => sub { 23 } }
+ test(eval "17", $twenty_three);
+}
+
# Last test is:
-sub last {497}
+sub last {498}