in reply to Re^5: Peculiar Error When Loading open Pragma Before Text::CSV_XS Module
in thread Peculiar Error When Loading open Pragma Before Text::CSV_XS Module

I changed it like this with just LF's at the end. No CR's. Bottom line is that when using the open pragma (from the command line), the Module source code is read differently and that only Windows has a problem with that.

If converting LF's to CRLF's "fixes" all these issues on Windows, I can add a note to the documentation, but I'm not going to convert my line endings to CRLF to wipe this problem under the carpet. It is NOT a problem specific to Text::CSV_XS, as the underlying with aforementioned bug shows and it is not going to solve or fix these problems either.


Enjoy, Have FUN! H.Merijn
  • Comment on Re^6: Peculiar Error When Loading open Pragma Before Text::CSV_XS Module
  • Download Code