Skip to content

Commit

Permalink
look for cpants_lint.bat instead of .pl on Windows (https://rt.cpan.o…
Browse files Browse the repository at this point in the history
  • Loading branch information
Curtis Jewell authored and briandfoy committed Jan 7, 2024
1 parent 8a32419 commit cd17150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Module/Release/Kwalitee.pm
Expand Up @@ -66,7 +66,7 @@ sub check_kwalitee
=cut

sub cpants_lint { "cpants_lint.pl" }
sub cpants_lint {$^O eq 'MSWin32' ? 'cpants_lint.bat' : 'cpants_lint.pl' }

=item cpants_pass_regex
Expand Down

0 comments on commit cd17150

Please sign in to comment.