Perl builds fine on Windows 7
[p5sagit/p5-mst-13.2.git] / ext / Devel-DProf / dprof / test8_v
CommitLineData
7619c85e 1# perl
2
3use V;
4
5dprofpp( '-t' );
6$expected =
7qq{main::foo (2x)
19bcb543 8main::bar
7619c85e 9};
10
11report 20, sub { $expected eq $results };