summaryrefslogtreecommitdiffstats
path: root/INF/SuperMicro.pm
diff options
context:
space:
mode:
Diffstat (limited to 'INF/SuperMicro.pm')
-rw-r--r--INF/SuperMicro.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/INF/SuperMicro.pm b/INF/SuperMicro.pm
index 3afa3d6..7284826 100644
--- a/INF/SuperMicro.pm
+++ b/INF/SuperMicro.pm
@@ -260,7 +260,7 @@ sub new ($;$) {
my ( $class, $parm ) = @_;
my $self;
- $self->{ua} = my $ua = LWP::UserAgent->new;
+ $self->{ua} = my $ua = LWP::UserAgent->new;
$self->{cookie_jar} = HTTP::Cookies->new();
$self->{ua}->cookie_jar( $self->{cookie_jar} );