blob: 6c6b6d1907273f770388d07a4e352a2d14a9d917 [file] [log] [blame]
use strict;
use warnings;
my $r = shift;
$r->content_type('text/plain');
print "Oops, can't find the requested doc";