blob: 9740b7722d09e3fb019591eabd0dd9642ba13083 [file] [log] [blame]
use strict;
my $r = shift;
$r->send_http_header('text/plain');
print "OK";