blob: c6cb8c43f2a570fe7e621d55479e33ec1d34dbda [file] [log] [blame]
#!/usr/bin/perl -wT
use strict;
print "Cache-Control: max-age=3600\n";
print "Content-Type: application/x-webkit-test-netscape\n\n";
print "This is a mock plugin. It does pretty much nothing.";