Convert op/read.t to use test.pl and make it stricture compliant.
[p5sagit/p5-mst-13.2.git] / t / lib / dprof / test7_v
CommitLineData
7619c85e 1# perl
2
3use V;
4
5dprofpp( '-T' );
6$expected =
7qq{main::BEGIN
8main::foo
9};
10report 19, sub { $expected eq $results };