$ tar xzf CRLF-0.01.tar.gz
$ cd CRLF-0.01
$ perl Makefile.PL
$ sudo make install
$ rehash
$ crlf
/usr/bin/env: ‘perl\r’: No such file or directory
| [reply] [d/l] |
What would be needed here is not a broken set of files, but the steps from the start that produced the broken set of files. It's the fileset-producing code/setup that's possibly at fault, and can be fixed. The broken set of files probably cannot, and in any case that wouldn't scale.
| [reply] |
Well just unroll that tar on win32 and run perl Makefile.PL and then make dist..
| [reply] |