Subject: | Bug Report |
Date: | Thu, 20 Dec 2007 07:31:34 -0000 |
To: | bug-HTTP-QuickBase [...] rt.cpan.org |
From: | "Marty Parish" <marty [...] instantprofits.com> |
Hello,
Found the following bug in the HTTP::QuickBase
Distribution: HTTP-QuickBase-1.53
The variable declaration in the sub ChangeRecordOwner() is missing " = @_".
Current line #574: my($self, $QuickBaseDBid, $rid, $newowner);
Should be: my($self, $QuickBaseDBid, $rid, $newowner) = @_;
Thanks for the great module!! I love it but got stuck on this and finally
figured it out.
Kind Regards,
--
Marty Parish
Instant Profits Marketing, Inc.
1218 N. Bridge Street Ste. 105
Yorkville, IL 60560