Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Jun 18, 2014
1 parent 973e025 commit c7d8b2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/05_showpragma.t
Expand Up @@ -12,9 +12,8 @@ like $stdout, qr/^Perl\t\d+/;
like $stdout, qr/Test::More\t\d+/;
like $stdout, qr/Capture::Tiny\t\d+/;

like $stdout, qr/utf8\t\d+/;

if ($ENV{AUTHOR_TEST}) {
like $stdout, qr/utf8\t\d+/; # because Perl5.016003 fails
note $stdout;
}

Expand Down

0 comments on commit c7d8b2d

Please sign in to comment.