Subject: | distname should be Apache2::WebApp::Plugin::Session::File |
Hi,
In your Makefile.PL you're setting the distname to:
NAME => 'Apache2::WebApp::Plugin::Session::File',
This should really be set to:
NAME => 'Apache2-WebApp-Plugin-Session-File',
Which is the convention. MetaCPAN seems to be 'fixing' the distname, but other tools don't, which causes problems for other tools. For example I was just using your distname to look up the module, but failed, because it wasn't as expected.
Cheers,
Neil