File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ use Devel::Confess;
1515__PACKAGE__ -> run unless caller ;
1616
1717sub exclusions {
18- qr / ^(
18+ qr @ ^(
1919 # don't remember why i excluded these
2020 Apache2-SSI|Devel-IPerl|Padre
2121 # fails tests regarding directory write permissions, probably not PPI
@@ -32,6 +32,7 @@ sub exclusions {
3232 # broken on cpan
3333 |Acme-VarMess|Module-Checkstyle|MooseX-Documenter|Perl-Achievements
3434 |Perl-Metrics|Ravenel|Test-LocalFunctions|UML-Class-Simple
35+ |Test2-Plugin-DBBreak
3536 # maybe broken on cpan
3637 |App-Grepl|App-Midgen|App-PRT|Pod-Weaver-Section-SQL
3738 # investigate
@@ -45,7 +46,9 @@ sub exclusions {
4546 |MLPerl
4647 # RT 129344
4748 |Module-AnyEvent-Helper
48- )$ / x
49+ # https://github.com/Perceptyx/perl-opentracing-roles/issues/8
50+ |OpenTracing-AutoScope
51+ )$ @ x
4952}
5053
5154sub force_big_metacpan_fetch {
You can’t perform that action at this time.
0 commit comments