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
error=>qq{This distribution has at least one file with non-portable characters in its filename, which may cause problems under some environment},
323
+
remedy=>q{Rename those files with alphanumerical characters, or maybe remove them because in many cases they are automatically generated for local installation.},
324
+
code=>sub {
325
+
my$d=shift;
326
+
return 0 if$d->{non_portable_filenames};
327
+
return 1;
328
+
},
329
+
},
312
330
];
313
331
}
314
332
@@ -387,6 +405,10 @@ Returns the Kwalitee Indicators datastructure.
0 commit comments