Skip Menu |

This queue is for tickets about the Perl-Critic-Pulp CPAN distribution.

Report information
The Basics
Id: 95208
Status: resolved
Priority: 0/
Queue: Perl-Critic-Pulp

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

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



Subject: Stacked -X operators should indicate 5.10

if ( -e -f $file ) {   }   # is valid on 5.010 but not 5.008, and PerlMinimumVersionAndWhy could test for and report this scenario.

https://metacpan.org/pod/distribution/perl/pod/perl5100delta.pod#Stacked-filetest-operators

 

Would be a useful thing to incorporate =)


 

I never knew that existed :-). Added to version 83. If Perl::MinimumVersion itself adopts the check I can remove mine.