The APC doesn't like empty files
[p5sagit/p5-mst-13.2.git] / t / lib / source_tests / harness_complain
1 #!/usr/bin/perl
2
3 print "1..1\n";
4
5 die "I should have no args -- @ARGV" if (@ARGV);
6 print "ok 1 - this is a test\n";
7