HAI5TY47TDWH3KGW6JPMZ3AB4EHJUFLUK7KZCLBOX6INVDQGG56QC
sub narinfo :LocalRegex('^([a-z0-9]+).narinfo$') :Args(0) {
my ($self, $c) = @_;
my $hash = $c->req->captures->[0];
$c->stash->{storePath} = hashToPath($c, $hash);
if (!$path) {
$c->response->content_type('text/plain');
$c->stash->{'plain'}->{'data'} = "does not exist\n";
$c->forward('Hydra::View::Plain');
}
$c->stash->{storePath} = $path;