Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Params-Demoronize CPAN distribution.

Report information
The Basics
Id: 45490
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-Params-Demoronize

People
Owner: Nobody in particular
Requestors: chisel [...] chizography.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.1
Fixed in: (no value)



Subject: Undefined method config at Catalyst::Plugin::Params::Demoronize
I've been getting test failures when trying to install the Demoronize plugin. It looks like it's a glitch in the test script rather than the module itself. I've attached my test output and a proposed patch against Catalyst-Plugin-Params-Demoronize-1.1.
Subject: demoronize.test.output
Download demoronize.test.output
application/octet-stream 1k

Message body not shown because it is not plain text.

Subject: 2demoronize.t.patch
--- t/2demoronize.t-original 2009-04-27 19:42:40.000000000 +0100 +++ t/2demoronize.t 2009-04-27 19:42:49.000000000 +0100 @@ -13,6 +13,7 @@ my $params = {}; $c->set_always(req => $req); +$c->set_always(config => {}); $req->set_always(params => $params); # PASS 1
thank you for the patch. version 1.11 has been uploaded to CPAN.