Skip to content

Commit

Permalink
small test improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 28, 2010
1 parent ee593f3 commit 765693b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/mojolicious/pod_renderer_lite_app.t
Expand Up @@ -7,7 +7,7 @@ use warnings;
BEGIN { $ENV{MOJO_POLL} = 1 }

use Test::More;
plan skip_all => 'Perl 5.10 required for this test!'
plan skip_all => 'Perl 5.10 or Pod::Simple required for this test!'
unless eval { require Pod::Simple::HTML; 1 };
plan tests => 16;

Expand Down

0 comments on commit 765693b

Please sign in to comment.