Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nwellnhof committed Aug 13, 2024
1 parent 24be456 commit 7f903f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/20_errors.t
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ my $paragraph = $doc->first_child;
my $emph = $paragraph->first_child;
my $text = $emph->first_child;

print STDERR "### $^O $^V\n";

if ($^O eq 'MSWin32' && $^V >= 5.18 && $^V <= 5.20) {
skip('Crashes for some reason', 3);
} else {
Expand Down

0 comments on commit 7f903f4

Please sign in to comment.