Skip Menu |

This queue is for tickets about the p5-Finance-OFX CPAN distribution.

Report information
The Basics
Id: 63794
Status: resolved
Priority: 0/
Queue: p5-Finance-OFX

People
Owner: Nobody in particular
Requestors: blue [...] thisisnotmyrealemail.com
Cc:
AdminCc:

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



Subject: Finance::OFX is trying to use OFX::UserAgent instead of Finance::OFX::UserAgent
Can't locate object method "new" via package "OFX::UserAgent" (perhaps you forgot to load "OFX::UserAgent"?) at /opt/local/lib/perl5/site_perl/5.12.2/Finance/OFX.pm line 33. Finance::OFX should be creating a new Finance::OFX::UserAgent, but instead is trying to create an OFX::UserAgent. Is this distribution maintained anymore? I don't see how this can work for anybody
On Fri Dec 10 04:59:34 2010, blue wrote: Show quoted text
> Can't locate object method "new" via package "OFX::UserAgent" (perhaps > you forgot to load "OFX::UserAgent"?) at > /opt/local/lib/perl5/site_perl/5.12.2/Finance/OFX.pm line 33. > > Finance::OFX should be creating a new Finance::OFX::UserAgent, but > instead is trying to create an OFX::UserAgent. > > Is this distribution maintained anymore? I don't see how this can work > for anybody
This is a known problem, but I haven't had time to fix it. Feel free to fork the project on github (https://github.com/bfoz/p5-Finance-OFX), make the changes, and then send me a pull request.
For the record, this is indeed fixed in bfoz's github repo; it's just awaiting a CPAN release. -steve
On Thu Sep 01 09:29:34 2011, SSEVERIN wrote: Show quoted text
> For the record, this is indeed fixed in bfoz's github repo; it's just > awaiting a CPAN release.
Thanks for checking that. I'll get a new release out as soon as I can.