#!perl
BEGIN {
chdir( 't' ) if -d 't';
print "1..0 # Skip: Devel::DProf was not built\n";
exit 0;
}
}
END {
}
getopts('vI:p:');
# -v Verbose
# -I Add to @INC
# -p Name of perl binary
if( $opt_v ){
print "tests: @tests\n";
}
if( $perl =~ m|^\./| ){
# turn ./perl into ../perl, because of chdir(t) above.
}
sub profile {
my $test = shift;
my @results;
@results = <R>;
print "\n";
print @results
}
}
sub verify {
my $test = shift;
}
$| = 1;
print "1..20\n";
}
else{
}
}