Skip Menu |

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

Report information
The Basics
Id: 16082
Status: resolved
Priority: 0/
Queue: DBIx-Class

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

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



Subject: DBIx::Class requires higher version of Data::Page
I found a bug for building the module when I tried ``make test''. In the Build.PL, Data::Page is not required any specified version. But DBIx::Class::ResultSet is calling Data::Page::skipped(). This method was added after Data::Page version 1.03. I think the Build.PL should require 1.03 or greater.
Date: Thu, 24 Nov 2005 06:37:28 +0000
From: Matt S Trout <perl-stuff [...] trout.me.uk>
To: via RT <bug-DBIx-Class [...] rt.cpan.org>
Subject: Re: [cpan #16082] DBIx::Class requires higher version of Data::Page
RT-Send-Cc:
On Thu, Nov 24, 2005 at 01:19:00AM -0500, via RT wrote: Show quoted text
> > This message about DBIx-Class was sent to you by TANIGUCHI <TANIGUCHI@cpan.org> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=16082 > > > I found a bug for building the module when I tried ``make test''. > In the Build.PL, Data::Page is not required any specified version. > But DBIx::Class::ResultSet is calling Data::Page::skipped(). > This method was added after Data::Page version 1.03. > I think the Build.PL should require 1.03 or greater.
Ah. Oops. Any chance you could post this and a little more info to the mailing list? -- Matt S Trout Specialists in Perl consulting, web development, and Technical Director UNIX/Linux systems architecture and automation. Mail Shadowcat Systems Ltd. mst (at) shadowcatsystems.co.uk for more information + Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +
[TANIGUCHI - Thu Nov 24 01:19:00 2005]: Show quoted text
> I found a bug for building the module when I tried ``make test''. > In the Build.PL, Data::Page is not required any specified version. > But DBIx::Class::ResultSet is calling Data::Page::skipped(). > This method was added after Data::Page version 1.03. > I think the Build.PL should require 1.03 or greater.
Fixed, thanks.