We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e80518 commit 36035e3Copy full SHA for 36035e3
wre/lib/WRE/WebguiDemo.pm
@@ -25,6 +25,7 @@ use Plack::Util::Accessor qw/wre_config/;
25
26
#-------------------------------------------------------------------
27
sub call {
28
+ my $self = shift;
29
my $env = shift;
30
my $config = WRE::Config->new;
31
$self->wre_config($config);
0 commit comments