Perl builds fine on Windows 7
[p5sagit/p5-mst-13.2.git] / ext / Devel-DProf / 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 };