Skip to content

Commit

Permalink
exclude some more broken dependents from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wchristian committed Nov 21, 2024
1 parent 53bfd58 commit 9072184
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions xt/DepReqs.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use Devel::Confess;
__PACKAGE__->run unless caller;

sub exclusions {
qr/^(
qr@^(
# don't remember why i excluded these
Apache2-SSI|Devel-IPerl|Padre
# fails tests regarding directory write permissions, probably not PPI
Expand All @@ -32,6 +32,7 @@ sub exclusions {
# broken on cpan
|Acme-VarMess|Module-Checkstyle|MooseX-Documenter|Perl-Achievements
|Perl-Metrics|Ravenel|Test-LocalFunctions|UML-Class-Simple
|Test2-Plugin-DBBreak
# maybe broken on cpan
|App-Grepl|App-Midgen|App-PRT|Pod-Weaver-Section-SQL
# investigate
Expand All @@ -45,7 +46,9 @@ sub exclusions {
|MLPerl
# RT 129344
|Module-AnyEvent-Helper
)$/x
# https://github.com/Perceptyx/perl-opentracing-roles/issues/8
|OpenTracing-AutoScope
)$@x
}

sub force_big_metacpan_fetch {
Expand Down

0 comments on commit 9072184

Please sign in to comment.