in reply to Re: CPAN module unit test issues: OS line endings
in thread CPAN module unit test issues: OS line endings
Thanks toolic,
After I read your comment, I did further testing. This is my Devel::Examine::Subs module, which reads in files and performs work on them.
The test data definitely needs to be converted on Windows, but you made a good point... that might break other things. In Windows, there's not many times you find a Unix-EOL'd file, however I've noticed that all the Perl files in Strawberry Perl are definitely Unix.
I'm going to rework the entire module, so it can identify at the file level what EOLs it has, then act appropriately.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: CPAN module unit test issues: OS line endings
by stevieb (Canon) on Sep 17, 2015 at 23:41 UTC | |
|
Re^3: CPAN module unit test issues: OS line endings
by Laurent_R (Canon) on Sep 18, 2015 at 09:15 UTC | |
by syphilis (Archbishop) on Sep 18, 2015 at 10:37 UTC | |
by Laurent_R (Canon) on Sep 18, 2015 at 13:20 UTC |