Skip to content

Commit

Permalink
exclude Devel-Examine-Subs
Browse files Browse the repository at this point in the history
  • Loading branch information
wchristian committed Feb 23, 2024
1 parent 2ddf5e8 commit b876d59
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions xt/dependent-modules.t
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@ my $old = \&Test::DependentModules::_error_log;
my $new = sub { push @error_log, @_; $old->(@_); };
{ no warnings 'redefine'; *Test::DependentModules::_error_log = $new; }

test_all_dependents #
PPI => { exclude => qr/^(Apache2-SSI|Devel-IPerl|Padre)$/ };
test_all_dependents PPI => {
exclude => qr/^(
# don't remember why i excluded these
Apache2-SSI|Devel-IPerl|Padre
# fails tests regarding directory write permissions, probably not PPI
|Devel-Examine-Subs
)$/x
};

diag "\n\n---------- ERROR LOG START -----------\n\n",
@error_log,
Expand Down

0 comments on commit b876d59

Please sign in to comment.