Skip to content

Commit

Permalink
revert pragma test
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Jun 18, 2014
1 parent 14a336f commit 973e025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/05_showpragma.t
Expand Up @@ -4,15 +4,15 @@ use Devel::ModuleDumper qw/showpragma/;
use Test::More;
use Capture::Tiny qw/capture_stdout/;

use threads;
use utf8;

my $stdout = capture_stdout { print Devel::ModuleDumper->show(); };

like $stdout, qr/^Perl\t\d+/;
like $stdout, qr/Test::More\t\d+/;
like $stdout, qr/Capture::Tiny\t\d+/;

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

if ($ENV{AUTHOR_TEST}) {
note $stdout;
Expand Down

0 comments on commit 973e025

Please sign in to comment.