This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Account for possibility of DOS file endings.
authorJames E Keenan <jkeenan@cpan.org>
Mon, 14 Nov 2016 22:22:22 +0000 (17:22 -0500)
committerJames E Keenan <jkeenan@cpan.org>
Thu, 17 Nov 2016 02:55:45 +0000 (21:55 -0500)
commit15b6d28952b48c8ed88fac16969d1b010ac1f1ca
tree5e9b353725425b592f4e6525ca64a74517b10c98
parentc52cc3901b3c39000e84f4acdbc56b8512b3d214
Account for possibility of DOS file endings.

Although our source code (including this file) is supposed to have only Unix
line endings, cloning, etc., can result in particular users having DOS line
endings.  Let's allow '\r\n' to avoid spurious testing or installation
problems.

For: RT #130088, as recommended by Mark E Renzulli (UTRC).
Porting/pod_lib.pl [changed mode: 0644->0755]