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