Skip to content

Commit

Permalink
this drove me nuts
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx authored and ambs committed Jun 28, 2011
1 parent ee43535 commit 7e15690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/03_route_handler/28_plack_mount.t
Expand Up @@ -5,7 +5,7 @@ use Test::More import => ['!pass'];
BEGIN {
use Dancer::ModuleLoader;
plan skip_all => "skip test with Test::TCP in win32" if $^O eq 'MSWin32';
plan skip_all => "TEST::TCP is needed to run this test"
plan skip_all => "Test::TCP is needed to run this test"
unless Dancer::ModuleLoader->load('Test::TCP' => "1.13");
plan skip_all => "Plack is needed to run this test"
unless Dancer::ModuleLoader->load('Plack::Builder');
Expand Down

0 comments on commit 7e15690

Please sign in to comment.