or download this
# Test that MANIFEST uses tabs - not spaces - after the name of the fi
+le.
while (<$m>) {
chomp;
...
isnt($file, undef, "Line $. doesn't start with a blank") or next;
# Remember, we're running from t/
ok(-f "../$file", "File $file exists");