The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl -d:SmallProf
# Yeah, it seems like a strange name, but : and - were causing problems for
# sub sub.

print "1..1\nok 1\n";  # Actual test done in part4

$DB::profile = 1;

sub check_for_invocation {
  my $a = 2;
}

check_for_invocation();