Skip Menu |

This queue is for tickets about the IhasQuery CPAN distribution.

Maintainer(s)' notes

This distribution has been withdrawn and should be withdrawn from rt.cpan, but how?

Report information
The Basics
Id: 69716
Status: resolved
Priority: 0/
Queue: IhasQuery

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

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



Subject: Undeclared dependency on feature.pm
lib/IhasQuery.pm contains 'use feature' but it isn't declared as a prerequisite. Can be seen here: http://search.cpan.org/grep?cpanid=BRAINBUZ&release=IhasQuery-0.022&string=feature&i=1&n=1&C=0 Example fail report: http://www.cpantesters.org/cpan/report/7808442 HTH, Thanks && Regards,
Andy sorry it took so long to respond to your bug report, but I must have missed the original email and rarely log into rtcpan. My plan for IhasQuery is to withdraw it whenever I get around re- writing the tests for PgBulkCopy (using DBIx::Simple instead). Where you installing it to run tests on PgBulkCopy or were you actually interested in IhasQuery? On Sat Jul 23 03:10:56 2011, ANDK wrote: Show quoted text
> lib/IhasQuery.pm contains 'use feature' but it isn't declared as a > prerequisite. Can be seen here: > > http://search.cpan.org/grep?cpanid=BRAINBUZ&release=IhasQuery- > 0.022&string=feature&i=1&n=1&C=0 > > Example fail report: > > http://www.cpantesters.org/cpan/report/7808442 > > HTH, Thanks && Regards,
CC: ANDK [...] cpan.org
Subject: Re: [rt.cpan.org #69716] Undeclared dependency on feature.pm
Date: Sun, 05 Feb 2012 22:16:19 +0100
To: bug-IhasQuery [...] rt.cpan.org
From: andreas.koenig.7os6VVqR [...] franz.ak.mind.de (Andreas J. Koenig)
Show quoted text
> Were you installing it to run tests on PgBulkCopy or were you > actually interested in IhasQuery?
Only the former, I'm routinely testing all of cpan. -- andreas
use feature was the method documented at the release of Perl 5.10 to enable the version specific features of Perl 5.10, and is be part of the core distribution on any supported version of Perl. Since the syntax of 'use 5.12.0' not only specifies the minimum version of Perl but also activates its features, I now prefer it. But I am not going to patch a depricated module for something this minor.