Skip to content

Commit

Permalink
Set PLACK_ENV not PLACK_DEV, doh!
Browse files Browse the repository at this point in the history
  • Loading branch information
stash committed Oct 1, 2010
1 parent cc567c8 commit dd1d1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/60-plack.t
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use blib;
BEGIN { BEGIN {
$Plack::Test::Impl = 'Server'; $Plack::Test::Impl = 'Server';
$ENV{PLACK_SERVER} = 'Feersum'; $ENV{PLACK_SERVER} = 'Feersum';
$ENV{PLACK_DEV} = 'development'; $ENV{PLACK_ENV} = 'development';


plan skip_all => "Need Plack >= 0.9950 to run this test" plan skip_all => "Need Plack >= 0.9950 to run this test"
unless eval 'require Plack; $Plack::VERSION >= 0.995'; unless eval 'require Plack; $Plack::VERSION >= 0.995';
Expand Down

0 comments on commit dd1d1c1

Please sign in to comment.