Skip to content

Commit

Permalink
Plack::Loader::Shotgun should be loaded after OS check
Browse files Browse the repository at this point in the history
  • Loading branch information
chorny committed Jun 14, 2013
1 parent 77d7391 commit 95164b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/Plack-Loader/shotgun.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ use strict;
use warnings;
use Test::More;
use Plack::Test::Suite;
use Plack::Loader::Shotgun;

plan skip_all => "Skip on Win32" if $^O eq 'MSWin32';

require Plack::Loader::Shotgun;

Plack::Test::Suite->run_server_tests(
sub {
my($port, $app) = @_;
Expand Down

0 comments on commit 95164b4

Please sign in to comment.