You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#!perluse 5.36.0;
use English qw( $PROGRAM_NAME );
say$PROGRAM_NAME;
perlimports --lint english.pl
❌ English (import arguments need tidying) at english.pl line 5
@@ -5 +5 @@
-use English qw( $PROGRAM_NAME );
+use English qw( *PROGRAM_NAME );
The original should pass linting as it's correct and a more minimal import.
The text was updated successfully, but these errors were encountered:
The original should pass linting as it's correct and a more minimal import.
The text was updated successfully, but these errors were encountered: