Skip Menu |

This queue is for tickets about the CGI-Application-Plugin-DebugScreen CPAN distribution.

Report information
The Basics
Id: 64904
Status: resolved
Priority: 0/
Queue: CGI-Application-Plugin-DebugScreen

People
Owner: Nobody in particular
Requestors: amelia.ireland [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.07
Fixed in: (no value)



Subject: Makefile.PL compilation fails
Attempting to install v0.07 from CPAN gives the following error: Bareword "auto_set_repository" not allowed while "strict subs" in use at Makefile.PL line 16. Execution of Makefile.PL aborted due to compilation errors. Warning: No success on command[/opt/local/bin/perl Makefile.PL] auto_set_repository is from Module::Install::Repository, which is not included in this distribution and must be installed for Makefile to compile.
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
Subject: debugscreen.log.txt
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>
Subject: Makefile.PL.txt
# 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' => {} );
fixed version 1.00. thank you for your report.