Subject: | Suggestion: better links for not found module |
If a module cannot be found on the local server, it would be nice if Pod::POM::Web could give links to other places where it might be found. At the moment, it provides an error message which looks like this:
No file for 'Text/Unaccent/PurePerl' at /home/ben/software/install/lib/perl5/site_perl/5.18.2/Pod/POM/Web.pm line 330.
However, the module may exist on CPAN even if not installed locally, so it would be nice if a link to metacpan could be provided.
Also, the error status is 500 internal server error if the file is not found, but it really should be 403 not found.