Skip Menu |

This queue is for tickets about the Catalyst-Controller-DBIC-API CPAN distribution.

Report information
The Basics
Id: 56226
Status: resolved
Worked: 30 min
Priority: 0/
Queue: Catalyst-Controller-DBIC-API

People
Owner: abraxxa [...] cpan.org
Requestors: bokutin [...] cpan.org
Cc:
AdminCc:

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



Subject: ineffective $static->page
ineffective sinse 2.002001. __PACKAGE__->confing( page => 1, ); --- /opt/local/lib/perl5/site_perl/5.10.1/Catalyst/Controller/DBIC/API/RequestArguments.pm.orig 2010-04-02 22:45:01.000000000 +0900 +++ /opt/local/lib/perl5/site_perl/5.10.1/Catalyst/Controller/DBIC/API/RequestArguments.pm 2010-04-02 22:43:44.000000000 +0900 @@ -439,6 +439,7 @@ as => $self->as || ((scalar(@{$static->as})) ? $static->as : undef), prefetch => $self->prefetch || $static->prefetch || undef, rows => $self->count || $static->count, + page => $static->page, offset => $self->offset, join => $self->build_joins, };
I've just seen that offset and offset_arg needs docs and we might have to check if both page and offset passed.
fixed in git commit 4a805f62625bb1e4152fd2ef25169ac6683ca611 will be released as 2.002003 to CPAN