in reply to The Perl 5 Conspiracy

I agree, but I also think Anonymous should pick better things to ask for. A perl compiler has not been pursued because it has very little real-world value. I have never had a single problem with perltidy, and I suspect only people writing really questionable code do have problems.

The list of proposed items here is much better.

Replies are listed 'Best First'.
Re^2: The Perl 5 Conspiracy
by Anonymous Monk on Mar 01, 2006 at 20:44 UTC
    I have never had a single problem with perltidy, and I suspect only people writing really questionable code do have problems.

    On the other hand, if you have a tidy codebase already, you don't really need perltidy to clean it up.

    It's when the code is an absolute mess that you need a cleanup tool the most.

    Just my $0.02,
    --
    Ytrew

      I didn't mean messy code as in indentation and brace style; I meant code that uses very obscure features of Perl's syntax. The kind of stuff people use in some of the obuscations might be very hard to tidy, but might also be not worth fixing.