Skip Menu |

This queue is for tickets about the VUser-Google-Apps CPAN distribution.

Report information
The Basics
Id: 39779
Status: rejected
Priority: 0/
Queue: VUser-Google-Apps

People
Owner: Nobody in particular
Requestors: tschreiner [...] clark.edu
Cc:
AdminCc:

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



Subject: In reference to bug 33805
Date: Thu, 2 Oct 2008 11:45:17 -0700
To: <bug-VUser-Google-Apps [...] rt.cpan.org>
From: "Schreiner, Torry" <tschreiner [...] clark.edu>
A more efficient solution is not to keep changing the value of $last_page but rather end the foreach loop when it finds the 'next' link without changing the value of $last_page. # diff /usr/local/share/perl/5.8.8/VUser/Google/ProvisioningAPI/V2_0.pm /tmp/VUser-Google-Apps-0.1.0/lib/VUser/Google/ProvisioningAPI/V2_0.pm 595c595 < last; --- Show quoted text
> $last_page = 0;
Torry Schreiner Clark College http://www.clark.edu
I'll keep this in mind but, for now, I'm going to leave it as is. I ran into various problems trying to sort them out but was unable to get good results.