Skip Menu |

This queue is for tickets about the CGI-Snapp CPAN distribution.

Report information
The Basics
Id: 79660
Status: resolved
Priority: 0/
Queue: CGI-Snapp

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

Bug Information
Severity: Normal
Broken in: 1.01
Fixed in: (no value)



Subject: Undeclared dependency on CGI::PSGI
The matrix shows more red than green, and this got me wonder why: http://matrix.cpantesters.org/?dist=CGI::Snapp I found that the test expects CGI::PSGI to be installed. So at least to pass all tests, CGI::PSGI is a prerequisite. Please declare it or change the test to be more tolerant. While we are at it, you have also an over-estimated dependency on Module::Build. Please either turn off the auto_configure_requires variable which sets configure_requires for Module::Build to the version you are using. Either that, or build the distro with an old version of Module::Build. That way you can prevent that configure_requires will be set to an non-sensical, much too high version number. Thanks && Regards,
Subject: Re: [rt.cpan.org #79660] Undeclared dependency on CGI::PSGI
Date: Mon, 17 Sep 2012 11:55:58 +1000
To: bug-CGI-Snapp [...] rt.cpan.org
From: Ron Savage <ron [...] savage.net.au>
Hi Andreas On 15/09/12 19:32, Andreas Koenig via RT wrote: Show quoted text
> Sat Sep 15 05:32:23 2012: Request 79660 was acted upon. > Transaction: Ticket created by ANDK > Queue: CGI-Snapp > Subject: Undeclared dependency on CGI::PSGI > Broken in: 1.01 > Severity: Normal > Owner: Nobody > Requestors: ANDK@cpan.org > Status: new > Ticket<URL: https://rt.cpan.org/Ticket/Display.html?id=79660> > > > The matrix shows more red than green, and this got me wonder why:
Thanx for looking in to this. I do appreciate it. Show quoted text
> http://matrix.cpantesters.org/?dist=CGI::Snapp > > I found that the test expects CGI::PSGI to be installed. So at least to > pass all tests, CGI::PSGI is a prerequisite. Please declare it or change > the test to be more tolerant.
I've added CGI::PSGI V 0.15 to the pre-reqs in Build.PL and Makefile.PL. That was clearly a mistake on my part. Show quoted text
> While we are at it, you have also an over-estimated dependency on > Module::Build. Please either turn off the auto_configure_requires > variable which sets configure_requires for Module::Build to the version > you are using. Either that, or build the distro with an old version of > Module::Build. That way you can prevent that configure_requires will be > set to an non-sensical, much too high version number.
I hand-create Build.PL for all my modules (except 1) and I'd set the V for Module::Build too high, at 0.38. I've wound it down to 0. This is my thinking for choosing 0: I found that V 0.340201 was available with Perl V 5.10.1, but did not wish to limit the code to that V of Perl, so 0 it is. There are a couple of add-on modules to CGI::Snapp, to provide forward and redirect. I'll have a look at incorporating them directly into the code before I release a new version. Again, thanx. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622
Hi Andreas This should be resolved with V 1.02. Cheers Ron