Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the PDL CPAN distribution.

Report information
The Basics
Id: 7518
Status: resolved
Priority: 0/
Queue: PDL

People
Owner: Nobody in particular
Requestors: rurban [...] x-ray.at
Cc: chm [...] cpan.org
AdminCc:

Bug Information
Severity: Important
Broken in: 2.4.1
Fixed in: 2.4.3



Subject: PerlIO_fprint
PDL-2.4.1/Graphics/TriD/Rout/Rout.pd #216 PerlIO_fprint() is not supported anymore. (checked against 5.8.5) You really have to check the perl version.
--- PDL-2.4.1/Graphics/TriD/Rout/Rout.pd.orig 2002-06-01 04:31:58.000000000 +0100 +++ PDL-2.4.1/Graphics/TriD/Rout/Rout.pd 2004-08-29 16:35:28.623755200 +0100 @@ -216,7 +216,7 @@ formchar,formchar,formchar); threadloop %{ - PerlIO_fprint(fp,formatstr,@.trid(vertices,n).'); + Perl_fprintf_nocontext(fp,formatstr,@.trid(vertices,n).'); %}' );
Fixed in PDL-2.4.3