Skip Menu |

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

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

People
Owner: nekokak [...] cpan.org
Requestors: rhesa [...] cpan.org
Cc:
AdminCc:

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



Subject: make test fails
Issue: t/00_compile.t....NOK 1 # Failed test (t/00_compile.t.old at line 4) # Tried to use 'CGI::Application::Plugin::DebugScreen'. # Error: Can't locate object method "add_callback" via package "main" at blib/lib/CGI/Application/Plugin/DebugScreen.pm line 145. # BEGIN failed--compilation aborted at t/00_compile.t.old line 4. # Looks like you failed 1 test of 1. Solution: --- t/00_compile.t.old 2006-01-22 16:52:11.000000000 +0100 +++ t/00_compile.t 2006-01-22 16:51:20.000000000 +0100 @@ -1,4 +1,4 @@ use strict; use Test::More tests => 1; -BEGIN { use_ok('CGI::Application::Plugin::DebugScreen') }; +BEGIN { require_ok('CGI::Application::Plugin::DebugScreen') };
On 日曜日 1月 22 10:55:42 2006, RHESA wrote: Show quoted text
> Issue: > > t/00_compile.t....NOK 1 > # Failed test (t/00_compile.t.old at line 4) > # Tried to use 'CGI::Application::Plugin::DebugScreen'. > # Error: Can't locate object method "add_callback" via package > "main" at blib/lib/CGI/Application/Plugin/DebugScreen.pm line 145. > # BEGIN failed--compilation aborted at t/00_compile.t.old line 4. > # Looks like you failed 1 test of 1. > > Solution: > > --- t/00_compile.t.old 2006-01-22 16:52:11.000000000 +0100 > +++ t/00_compile.t 2006-01-22 16:51:20.000000000 +0100 > @@ -1,4 +1,4 @@ > use strict; > use Test::More tests => 1; > > -BEGIN { use_ok('CGI::Application::Plugin::DebugScreen') }; > +BEGIN { require_ok('CGI::Application::Plugin::DebugScreen') };
Hi. Please check version 0.06. atsushi.
Subject: Re: [rt.cpan.org #17207] make test fails
Date: Tue, 24 Jan 2006 01:35:43 +0100
To: bug-CGI-Application-Plugin-DebugScreen [...] rt.cpan.org
From: Rhesa Rozendaal <rhesa [...] cpan.org>
Show quoted text
> On 日曜日 1月 22 10:55:42 2006, RHESA wrote: >
>>Issue: >> >>t/00_compile.t....NOK 1
> > Hi. > Please check version 0.06. > > atsushi. > >
Hi atsushi, 0.06 installed cleanly. Thanks! I think your plugin is beautiful. The debug screen has a very pretty layout, and is quite useful. Thank you for sharing this with the world :) Regards, Rhesa