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.