merge/resync-2025-09-08 #7

Merged
ahuston-0 merged 57 commits from merge/resync-2025-09-08 into add-gitea-pulls 2025-09-07 23:41:45 -04:00
Showing only changes of commit a63ed33f9c - Show all commits

View File

@@ -13,4 +13,4 @@ chdir($dirname) or die "Failed to enter $dirname\n";
# Add src/lib to PERL5LIB so perlcritic can find our custom policies
$ENV{PERL5LIB} = "src/lib" . ($ENV{PERL5LIB} ? ":$ENV{PERL5LIB}" : "");
exec("perlcritic", ".") or die "Failed to execute perlcritic.";
exec("perlcritic", "--quiet", ".") or die "Failed to execute perlcritic.";