Re: [Koha-devel] A solution to add debugger functionality to most koha *.pl scripts, thoughts please?

2009-02-10 Thread John Beppu
On Tue, Feb 10, 2009 at 9:38 AM, Mason James wrote: > > Woo, this is all new stuff for me. > > I'll play about and test this code of yours during my work week, and read > up on the OO->import example you gave. > > I aim to send in a patch based on your code in the next few days. > > Thanks again J

Re: [Koha-devel] A solution to add debugger functionality to most koha *.pl scripts, thoughts please?

2009-02-10 Thread Mason James
On 2009/02/10, at 8:15 PM, John Beppu wrote: > Also, if you want to be able to just type "Dumper" (instead of > Data::Dumper::Dumper), add "Dumper" to the list of symbols that > C4::Debug exports. > > On Mon, Feb 9, 2009 at 10:30 PM, John Beppu > wrote: > Give C4::Debug an import() functio