Hi,
the Makefile produced by Makefile.PL unconditionally
puts man pages for section 5 into PREFIX/share/man/man5.
If the system running Perl has man pages in a directory
other than in PREFIX/share/man (eg. PREFIX/man)
it can be inconvenient to use PREFIX/share/man
additionally, just for razor-agents.
The appended patch adds a variable MANSUBDIR to Makefile.PL which can then be overridden during the
invocation of make:
make MANSUBDIR=man install
In the default case (not using MANSUBDIR) everything
works like it does now.
ciao
Klaus
do not hardcode PREFIX/share/man as the directory for section 5 man pages