Skip Menu |

This queue is for tickets about the Math-Complex CPAN distribution.

Report information
The Basics
Id: 32919
Status: resolved
Priority: 0/
Queue: Math-Complex

People
Owner: Nobody in particular
Requestors: feldt [...] nhn.ou.edu
Cc:
AdminCc:

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



Subject: version 1.48 breaks CGI scripts
Date: Mon, 04 Feb 2008 10:14:22 -0600
To: bug-Math-Complex [...] rt.cpan.org
From: Andy Feldt <feldt [...] nhn.ou.edu>
Math-Complex-1.48 contains a print statement at the end of the BEGIN subroutine. This causes CGI scripts which use (even indirectly) Math::Complex to fail. The statement is: print "# On this machine, Inf = '$Inf'\n"; and is likely simply left over from recent debugging. Andy -- Andy Feldt Senior System Support Programmer Affiliate Assistant Professor Homer L. Dodge Department of Physics and Astronomy The University of Oklahoma
Subject: Re: [rt.cpan.org #32919] version 1.48 breaks CGI scripts
Date: Mon, 04 Feb 2008 20:15:16 -0500
To: bug-Math-Complex [...] rt.cpan.org
From: Jarkko Hietaniemi <jhi [...] iki.fi>
feldt@nhn.ou.edu via RT wrote: Show quoted text
> Mon Feb 04 11:14:43 2008: Request 32919 was acted upon. > Transaction: Ticket created by feldt@nhn.ou.edu > Queue: Math-Complex > Subject: version 1.48 breaks CGI scripts > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: feldt@nhn.ou.edu > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=32919 > > > > Math-Complex-1.48 contains a print statement at the > end of the BEGIN subroutine. This causes CGI scripts which > use (even indirectly) Math::Complex to fail. The statement > is: > > print "# On this machine, Inf = '$Inf'\n"; > > and is likely simply left over from recent debugging.
Ooops, yes. Math-Complex-1.49 uploaded. Show quoted text
> Andy > > -- > Andy Feldt > Senior System Support Programmer > Affiliate Assistant Professor > Homer L. Dodge Department of Physics and Astronomy > The University of Oklahoma > > >
I believe 1.49 fixed this.