Skip Menu |

This queue is for tickets about the Catalyst-Controller-RateLimit CPAN distribution.

Report information
The Basics
Id: 53154
Status: resolved
Priority: 0/
Queue: Catalyst-Controller-RateLimit

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.26
Fixed in: (no value)



Subject: Next dependency unveiled: Config::General
All currently 6 FAIL reports have this diagnostics output:

#   Failed test 'use Catalyst::Test;'
#   at t/01-work.t line 25.
#     Tried to use 'Catalyst::Test'.
#     Error:  Couldn't load class (TestApp) because: Cannot load /export/home/cpant2/.cpan/build/Catalyst-Controller-RateLimit-0.26-mm6Dx3/t/TestApp/testapp.conf: required support modules are not available.
# Please install Config::General at /export/home/cpant2/.cpan/build/Catalyst-Plugin-ConfigLoader-0.27-ddbjPk/blib/lib/Catalyst/Plugin/ConfigLoader.pm line 80


I suspect the t/TestApp requires Config;:General so this dependency must be replicated in the main Makefile.PL or something similar.


I apologize for being such a pain in the neck. I'm watching cpantesters and see stuff like this every day. I should learn to look away.
Пнд Дек 28 00:26:46 2009, ANDK писал:
Show quoted text
> All currently 6 FAIL reports have this diagnostics output:
>
> # Failed test 'use Catalyst::Test;'
> # at t/01-work.t line 25.
> # Tried to use 'Catalyst::Test'.
> # Error: Couldn't load class (TestApp) because: Cannot load
> /export/home/cpant2/.cpan/build/Catalyst-Controller-RateLimit-0.26-
> mm6Dx3/t/TestApp/testapp.conf: required support modules are not
> available.
> # Please install Config::General at
> /export/home/cpant2/.cpan/build/Catalyst-Plugin-ConfigLoader-0.27-
> ddbjPk/blib/lib/Catalyst/Plugin/ConfigLoader.pm line 80
>
>
> I suspect the t/TestApp requires Config;:General so this dependency
> must be replicated in the main Makefile.PL or something similar.
>
>
> I apologize for being such a pain in the neck. I'm watching
> cpantesters and see stuff like this every day. I should learn to look
> away.

fixed.thanks