summaryrefslogtreecommitdiffstats
path: root/INF/SuperMicro.pm
diff options
context:
space:
mode:
authorJames McKenzie <git@madingley.org>2019-10-13 01:41:06 +0100
committerJames McKenzie <git@madingley.org>2019-10-13 01:42:38 +0100
commit79d7554a7c66130b2c1392970da415393ba41c5c (patch)
tree8b56debddd17850c7f9f5dc56e9c1f463d446e24 /INF/SuperMicro.pm
parent71de12861c6e6f82c3a26a0305400c2ad8e9727b (diff)
downloadinf-79d7554a7c66130b2c1392970da415393ba41c5c.tar.gz
inf-79d7554a7c66130b2c1392970da415393ba41c5c.tar.bz2
inf-79d7554a7c66130b2c1392970da415393ba41c5c.zip
fix up for fc30
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} );