Same here. Attached, you will find the log and a MakeFile.PL that seems
to work.
However, I'm not sure how to adapt the following two lines:
test_requires 'Test::More';
tests 't/*.t';
hth, Alex
cpan> install CGI::Application::Plugin::DebugScreen
Database was generated on Tue, 18 Jan 2011 16:33:26 GMT
Running install for module 'CGI::Application::Plugin::DebugScreen'
Running make for N/NE/NEKOKAK/CGI-Application-Plugin-DebugScreen-0.07.tar.gz
Checksum for C:\strawberry\cpan\sources\authors\id\N\NE\NEKOKAK\CGI-Application-
Plugin-DebugScreen-0.07.tar.gz ok
Scanning cache C:\strawberry\cpan\build for sizes
............................------------------------------------------------DONE
[big snip]
CPAN.pm: Going to build N/NE/NEKOKAK/CGI-Application-Plugin-DebugScreen-0.07.t
ar.gz
include C:/strawberry/cpan/build/CGI-Application-Plugin-DebugScreen-0.07-aCLSIB/
inc/Module/Install.pm
Bareword "auto_set_repository" not allowed while "strict subs" in use at Makefil
e.PL line 16.
Execution of Makefile.PL aborted due to compilation errors.
Warning: No success on command[C:\strawberry\perl\bin\perl.exe Makefile.PL]
NEKOKAK/CGI-Application-Plugin-DebugScreen-0.07.tar.gz
C:\strawberry\perl\bin\perl.exe Makefile.PL -- NOT OK
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
Failed during this command:
NEKOKAK/CGI-Application-Plugin-DebugScreen-0.07.tar.gz: writemakefile NO 'C:\st
rawberry\perl\bin\perl.exe Makefile.PL' returned status 65280
cpan>
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile (
'NAME' => 'CGI-Application-Plugin-DebugScreen',
'VERSION_FROM' => 'lib/CGI/Application/Plugin/DebugScreen.pm',
'PREREQ_PM' => {
'HTML::Template' => '0',
'Devel::StackTrace' => '0',
'IO::File' => '0',
'CGI::Application' => '4.0',
'CGI::Application::Plugin::ViewCode' => '0',
'UNIVERSAL::require' => '0',
},
'INSTALLDIRS' => 'site',
'PL_FILES' => {}
);