Skip Menu |

This queue is for tickets about the DBIx-HA CPAN distribution.

Report information
The Basics
Id: 24312
Status: resolved
Priority: 0/
Queue: DBIx-HA

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

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



Subject: Prereq missing in Makefile.PL
( This caused a number of cpan-testers failures ) MISSING PREREQUISITES: It was observed that the test suite seem to fail without these modules: Sys::SigAction As such, adding the prerequisite module(s) to 'PREREQ_PM' in your Makefile.PL should solve this problem. For example: WriteMakefile( AUTHOR => 'HASSEILY (cpanplus-info[at]lists.sf.net)', ... # other information PREREQ_PM => { 'Sys::SigAction' => '0', # or a minimum working version } ); If you are interested in making a more flexible Makefile.PL that can probe for missing dependencies and install them, ExtUtils::AutoInstall at <http://search.cpan.org/dist/ExtUtils-AutoInstall/> may be worth a look. Thanks! Mark
From: HASSEILY [...] cpan.org
On Wed Jan 10 18:14:56 2007, MARKSTOS wrote: Show quoted text
> ( This caused a number of cpan-testers failures ) > > MISSING PREREQUISITES: > > It was observed that the test suite seem to fail without these modules: > > Sys::SigAction
Thanks. I will be uploading shortly a replacement that fixes this oversight.
Subject: Prereq missing in Makefile.PL (resolved)
From: MARKSTOS [...] cpan.org
On Thu Jan 11 10:11:21 2007, HASSEILY wrote: Show quoted text
> On Wed Jan 10 18:14:56 2007, MARKSTOS wrote:
> > ( This caused a number of cpan-testers failures ) > > > > MISSING PREREQUISITES: > > > > It was observed that the test suite seem to fail without these modules: > > > > Sys::SigAction
> > > Thanks. I will be uploading shortly a replacement that fixes this
oversight. I've confirmed that the Makefile.PL has been patched now, and this ticket can be considered "resolved".