in reply to Re^2: CR/LF in bin
in thread CR/LF in bin

Yes here you go: CRLF-0.01.tar.gz

$ 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

Replies are listed 'Best First'.
Re^4: CR/LF in bin
by etj (Priest) on May 14, 2024 at 12:52 UTC
    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.
      Well just unroll that tar on win32 and run perl Makefile.PL and then make dist..