Skip Menu |

This queue is for tickets about the Class-DBI-Plugin-FilterOnClick CPAN distribution.

Report information
The Basics
Id: 33898
Status: open
Priority: 0/
Queue: Class-DBI-Plugin-FilterOnClick

People
Owner: aaronjjohnson [...] gmail.com
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Wrong prerequisite specifications
The Makefile.PL contains prerequisite specifications like 'Class::DBI::Pager' => ">1", or 'Class::DBI::Plugin::DeepAbstractSearch' => ">=.05", This is Build.PL syntax and does not work with Makefile.PL. Rather, the versions should be specified as plain floating point numbers, e.g. 'Class::DBI::Pager' => 1, 'Class::DBI::Plugin::DeepAbstractSearch => 0.05, Regards, Slaven
On Fri Mar 07 19:25:37 2008, SREZIC wrote: Show quoted text
> The Makefile.PL contains prerequisite specifications like > > 'Class::DBI::Pager' => ">1", > > or > > 'Class::DBI::Plugin::DeepAbstractSearch' => ">=.05", > > This is Build.PL syntax and does not work with Makefile.PL. Rather, the > versions should be specified as plain floating point numbers, e.g. > > 'Class::DBI::Pager' => 1, > 'Class::DBI::Plugin::DeepAbstractSearch => 0.05, >
I still see these prerequisite specs in the 1.2 release. Regards, Slaven
On Wed May 21 02:19:46 2008, SREZIC wrote: Show quoted text
> On Fri Mar 07 19:25:37 2008, SREZIC wrote:
> > The Makefile.PL contains prerequisite specifications like > > > > 'Class::DBI::Pager' => ">1", > > > > or > > > > 'Class::DBI::Plugin::DeepAbstractSearch' => ">=.05", > > > > This is Build.PL syntax and does not work with Makefile.PL. Rather, the > > versions should be specified as plain floating point numbers, e.g. > > > > 'Class::DBI::Pager' => 1, > > 'Class::DBI::Plugin::DeepAbstractSearch => 0.05, > >
> > I still see these prerequisite specs in the 1.2 release. > > Regards, > Slaven
You are correct. What test can I run to verify compliance with make vs. build? Where can I read the specifications regarding the correct way to reference a version number?
Subject: Re: [rt.cpan.org #33898] Wrong prerequisite specifications
Date: 21 May 2008 23:06:02 +0200
To: bug-Class-DBI-Plugin-FilterOnClick [...] rt.cpan.org
From: Slaven Rezic <slaven [...] rezic.de>
"Aaron Johnson via RT" <bug-Class-DBI-Plugin-FilterOnClick@rt.cpan.org> writes: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=33898 > > > On Wed May 21 02:19:46 2008, SREZIC wrote:
> > On Fri Mar 07 19:25:37 2008, SREZIC wrote:
> > > The Makefile.PL contains prerequisite specifications like > > > > > > 'Class::DBI::Pager' => ">1", > > > > > > or > > > > > > 'Class::DBI::Plugin::DeepAbstractSearch' => ">=.05", > > > > > > This is Build.PL syntax and does not work with Makefile.PL. Rather, the > > > versions should be specified as plain floating point numbers, e.g. > > > > > > 'Class::DBI::Pager' => 1, > > > 'Class::DBI::Plugin::DeepAbstractSearch => 0.05, > > >
> > > > I still see these prerequisite specs in the 1.2 release. > > > > Regards, > > Slaven
> > You are correct. What test can I run to verify compliance with make vs. build? Where can I > read the specifications regarding the correct way to reference a version number? > >
From the ExtUtils::MakeMaker documentation: | PREREQ_PM | | Hashref: Names of modules that need to be available to run this | extension (e.g. Fcntl for SDBM_File) are the keys of the hash and the | desired version is the value. If the required version number is 0, we | only check if any version is installed already. "Desired version" should probably be "minimum desired version". Regards, Slaven -- Slaven Rezic - slaven <at> rezic <dot> de tknotes - A knotes clone, written in Perl/Tk. http://ptktools.sourceforge.net/#tknotes