Skip Menu |

This queue is for tickets about the PDF-API3 CPAN distribution.

Report information
The Basics
Id: 45541
Status: new
Priority: 0/
Queue: PDF-API3

People
Owner: Nobody in particular
Requestors: otto.hirr [...] olabinc.com
Cc:
AdminCc:

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



Subject: Make all file paths independent of OS.
Make all file paths independent of OS. eg. PDF::API3::Compat::API2.pm has @FontDirs = ( ( map { "$_/PDF/API3/Compat/API2/fonts" } @INC ), qw[ /usr/share/fonts /usr/local/share/fonts c:/windows/fonts c:/winnt/fonts ] ); Check all other files for similar.