Skip Menu |

This queue is for tickets about the Dist-Zilla-Plugin-Perltidy CPAN distribution.

Report information
The Basics
Id: 62837
Status: new
Priority: 0/
Queue: Dist-Zilla-Plugin-Perltidy

People
Owner: Nobody in particular
Requestors: MITHALDU [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: perltidyrc logic in the command itself broken
unless ( $perltidyrc and -r $perltidyrc ) { should be if ( $perltidyrc and !-r $perltidyrc ) { Cheers! o/ PS: unless is evil ;)