Re: Floating Point Exception

2010-12-02 Thread Stevan Little
If I had to guess I would say it being caused by the use of - in your module name. Try switching it to _ and see if that fixes it. - Stevan On Dec 2, 2010, at 2:09 PM, eric.b...@barclayscapital.com eric.b...@barclayscapital.com wrote: I'm getting a floating point exception with the most

RE: Floating Point Exception

2010-12-02 Thread eric.berg
: Thursday, December 02, 2010 3:12 PM To: Berg, Eric: IT (NYK) Cc: moose@perl.org Subject: Re: Floating Point Exception If I had to guess I would say it being caused by the use of - in your module name. Try switching it to _ and see if that fixes it. - Stevan On Dec 2, 2010, at 2:09 PM

Re: Floating Point Exception

2010-12-02 Thread Nick Perez
not that using CollectionTest as the mod name. Eric -Original Message- From: Stevan Little [mailto:stevan.lit...@iinteractive.com] Sent: Thursday, December 02, 2010 3:12 PM To: Berg, Eric: IT (NYK) Cc: moose@perl.org Subject: Re: Floating Point Exception If I had to guess

RE: Floating Point Exception

2010-12-02 Thread Hans Dieter Pearcey
On Thu, 2 Dec 2010 16:22:38 -0500, eric.b...@barclayscapital.com wrote: Caught a SIGFPE at /home/nypntdev/iprs_perl/lib/perl5/x86_64-linux/ List/MoreUtils.pm line 29 $ = eval {...} Shouldn't you be looking here? I'm not sure this has anything to do with Moose at all. hdp.

RE: Floating Point Exception

2010-12-02 Thread eric.berg
-Original Message- From: Hans Dieter Pearcey [mailto:h...@pobox.com] Sent: Thursday, December 02, 2010 5:22 PM To: Berg, Eric: IT (NYK); n...@nickandperla.net; moose@perl.org Subject: RE: Floating Point Exception On Thu, 2 Dec 2010 16:22:38 -0500, eric.b...@barclayscapital.com wrote