Subject: | Strange Manpage Name |
Hi there:
Similar to RT#46326 (in Module::Extract::Use), the POD is installed as
File.3pm rather than Test::File.3pm.
I tested out a fix to make the module have a more standard format:
mkdir -p lib/Test
mv lib/File.pm lib/Test/File.pm
Then I made the appropriate changes in Makefile.PL:
'lib/Test/File.pm' => '$(INST_LIBDIR)/File.pm',
And things seem to build properly and go in the right place.
Cheers,
Jonathan