Re: [Ledger-smb-devel] Error.pm deprecated

2014-05-19 Thread Erik Huelsmann
Hi Herman, On Mon, May 19, 2014 at 8:00 PM, herman vierendeels < [email protected]> wrote: > not anymore in 1.4 as far as i can see. > i do not know about master(=previous trunk?) > The commit to explicitly remove all references to Error.pm was done to master first and then backporte

Re: [Ledger-smb-devel] Error.pm deprecated

2014-05-19 Thread herman vierendeels
not anymore in 1.4 as far as i can see. i do not know about master(=previous trunk?) 2014-05-19 19:23 GMT+02:00 : > So Error.pm is not used? > > > -- > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FR

Re: [Ledger-smb-devel] Error.pm deprecated

2014-05-19 Thread turtle
So Error.pm is not used? -- "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testi

Re: [Ledger-smb-devel] Error.pm deprecated

2014-05-17 Thread Chris Travers
On Sat, May 17, 2014 at 8:59 AM, wrote: > In that file I see stuff like: > $payment->error("Invalid Payment Amount Option"); > > So i am guessing $payment has an error object? Anywhere pm $payment is > used will depend on Error.pm > Not really. This calls essentially a version of the old SL::Fo

Re: [Ledger-smb-devel] Error.pm deprecated

2014-05-17 Thread turtle
In that file I see stuff like: $payment->error("Invalid Payment Amount Option"); So i am guessing $payment has an error object? Anywhere pm $payment is used will depend on Error.pm What is the plan for good old Form.pm? I never had a problem with $form->error or whatever. Cheers turtle > greppi

Re: [Ledger-smb-devel] Error.pm deprecated

2014-05-17 Thread herman vierendeels
grepping code with 'use.*Error' i only see it in ./LedgerSMB/Scripts/payment.pm:use Error; 2014-05-17 5:49 GMT+02:00 : >> Hi All, >>I've added some debug generation to the error handling, but it's >> conflicting with Error.pm on occasion which is annoying. Looking at >> Error.pm, it has been

Re: [Ledger-smb-devel] Error.pm deprecated

2014-05-16 Thread turtle
> Hi All, >I've added some debug generation to the error handling, but it's > conflicting with Error.pm on occasion which is annoying. Looking at > Error.pm, it has been deprecated because if various odd issues with it: > > > WARNING ^ >

Re: [Ledger-smb-devel] Error.pm deprecated

2014-04-26 Thread Chris Travers
On Sat, Apr 26, 2014 at 7:52 AM, Lyle wrote: > Hi All, > I've added some debug generation to the error handling, but it's > conflicting with Error.pm on occasion which is annoying. Looking at > Error.pm, it has been deprecated because if various odd issues with it: > Yeah, 1.4 moves to Try::T