[Ledger-smb-devel] Math::BigInt dislikes undefined values

2012-10-09 Thread turtle
Greeting all. I recently upgraded to perl 5.16.1 am noticing Math::BigInt.pm does not like undefined or zero values from Form.pm sub sub db_parse_numeric. It will complain cant call method "is_zero" on an undefined value Is it OK to check if we have a defined value in $arrayref->[$_] and $names->[

Re: [Ledger-smb-devel] sudo verses su in delete-company-database.sh

2012-10-09 Thread Chris Travers
On Mon, Oct 8, 2012 at 6:49 PM, Berend Tober wrote: > Me personally I cannot use the delete-company-database.sh as supplied > because my postgres user account is set up as not able to login. > > What I have to do is use sudo prefixed in each of the four places su is > used (see attached svn diff)

Re: [Ledger-smb-devel] Proposed Test Framework change possibly in and post-1.4

2012-10-09 Thread Berend Tober
Chris Travers wrote: > I have been rethinking a bit the decision to move to pgTAP for > db-level tests and would like feedback on this > > So my proposal is to do this: > > 1) Keep the current test system and continue to expand it. > 2) Add additional pgTAP ... I attended David Wheeler's pr