Subject: | Makefile.PL counterproductive burden |
Your Makefile.PL contains a couple of lines that serve no purpose (as
far as I know). And it seems some tools do not play well with these
lines, so I'd suggest to remove them. Patch attached.
I haven't found out which tools exactly are responsible for the many
fail reports you get, I just see they are too many:
http://matrix.cpantesters.org/?dist=Net-Server-Framework-1.2
Regards,
Subject: | Net-Server-Framework-1.2.diff |
--- Makefile.PL.orig 2009-11-14 06:47:08.000000000 +0100
+++ Makefile.PL 2009-11-14 06:47:21.000000000 +0100
@@ -8,18 +8,6 @@
VERSION_FROM => 'lib/Net/Server/Framework.pm',
ABSTRACT_FROM => 'lib/Net/Server/Framework.pm',
PL_FILES => {},
- PM => {
- 'lib/Net/Server/Framework.pm' => '$(INST_LIBDIR)/Net/Server/Framework.pm',
- 'lib/Net/Server/Framework/Auth.pm' => '$(INST_LIBDIR)/Net/Server/Framework/Auth.pm',
- 'lib/Net/Server/Framework/Client.pm' => '$(INST_LIBDIR)/Net/Server/Framework/Client.pm',
- 'lib/Net/Server/Framework/Config.pm' => '$(INST_LIBDIR)/Net/Server/Framework/Config.pm',
- 'lib/Net/Server/Framework/Crypt.pm' => '$(INST_LIBDIR)/Net/Server/Framework/Crypt.pm',
- 'lib/Net/Server/Framework/DB.pm' => '$(INST_LIBDIR)/Net/Server/Framework/DB.pm',
- 'lib/Net/Server/Framework/Errorcodes.pm' => '$(INST_LIBDIR)/Net/Server/Framework/Errorcodes.pm',
- 'lib/Net/Server/Framework/Format.pm' => '$(INST_LIBDIR)/Net/Server/Framework/Format.pm',
- 'lib/Net/Server/Framework/Spooler.pm' => '$(INST_LIBDIR)/Net/Server/Framework/Spooler.pm',
- 'lib/Net/Server/Framework/Validate.pm' => '$(INST_LIBDIR)/Net/Server/Framework/Validate.pm',
- },
PREREQ_PM => {
'Test::More' => 0,
'Net::Server' => 0,