fix package handling
This commit is contained in:
parent
e87f80ac88
commit
7e5d3627e1
1 changed files with 2 additions and 1 deletions
|
|
@ -30,8 +30,9 @@ use namespace::clean;
|
|||
|
||||
sub run {
|
||||
my $self = shift;
|
||||
my $configFile = shift;
|
||||
|
||||
my $session = WebGUI::Session->open($self->configFile);
|
||||
my $session = WebGUI::Session->open($configFile);
|
||||
$session->user({userId => 3});
|
||||
|
||||
my $versionTag = WebGUI::VersionTag->getWorking($session);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue