summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_complain
blob: 1ef4cf05347780b6774f522475aed0b404cb7bc8 (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/perl

print "1..1\n";

die "I should have no args -- @ARGV" if (@ARGV);
print "ok 1 - this is a test\n";