head	1.2;
access;
symbols
	v5_006_01:1.1.1.1
	PRE_SMPNG:1.1.1.1
	v5_006:1.1.1.1
	LWALL:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2002.05.16.10.09.18;	author markm;	state dead;
branches;
next	1.1;

1.1
date	2000.06.25.11.03.53;	author markm;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.06.25.11.03.53;	author markm;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Perl is no longer in base. Long live the port!
@
text
@# perl

use V;

dprofpp( '-T' );
$e1 = $expected =
qq{main::bar
main::baz
   main::bar
   main::foo
};
report 9, sub { $expected eq $results };

dprofpp('-TF');
$e2 = $expected =
qq{main::bar
main::baz
   main::bar
   main::foo
};
report 10, sub { $expected eq $results };

dprofpp( '-t' );
$expected = $e1;
report 11, sub { 1 };

dprofpp('-tF');
$expected = $e2;
report 12, sub { $expected eq $results };
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Vendor import of Perl 5.006
@
text
@@
