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

I believe the "toolchain" modules are pretty careful about being able to produce distros on Windows that work everywhere. If one can make an example of that not being true (which isn't the result of pilot error), then say so here.

Replies are listed 'Best First'.
Re^3: CR/LF in bin
by dk (Chaplain) on May 14, 2024 at 12:29 UTC
    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
      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..