Skip to content

Commit

Permalink
Fix a missing object arg stack shift.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Feb 10, 2012
1 parent 6e80518 commit 36035e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wre/lib/WRE/WebguiDemo.pm
Expand Up @@ -25,6 +25,7 @@ use Plack::Util::Accessor qw/wre_config/;

#-------------------------------------------------------------------
sub call {
my $self = shift;
my $env = shift;
my $config = WRE::Config->new;
$self->wre_config($config);
Expand Down

0 comments on commit 36035e3

Please sign in to comment.