diff options
author | João Victor Duarte Martins <jvictor@mandriva.com> | 2010-05-17 18:34:17 +0000 |
---|---|---|
committer | João Victor Duarte Martins <jvictor@mandriva.com> | 2010-05-17 18:34:17 +0000 |
commit | d62aa3737da4eaecb1dbd6fc42c3a268edddf024 (patch) | |
tree | 116150bd859f065eb3683600c4869d8802503027 | |
parent | f0f5f655a71276b284542663b5e04f56b4d4b9cc (diff) | |
download | mgaonline-d62aa3737da4eaecb1dbd6fc42c3a268edddf024.tar mgaonline-d62aa3737da4eaecb1dbd6fc42c3a268edddf024.tar.gz mgaonline-d62aa3737da4eaecb1dbd6fc42c3a268edddf024.tar.bz2 mgaonline-d62aa3737da4eaecb1dbd6fc42c3a268edddf024.tar.xz mgaonline-d62aa3737da4eaecb1dbd6fc42c3a268edddf024.zip |
* mdkonline.pm: added missing use statement.
-rwxr-xr-x | mdkapplet-add-media-helper | 1 | ||||
-rw-r--r-- | mdkonline.pm | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet-add-media-helper b/mdkapplet-add-media-helper index df20d12a..3f0a4e17 100755 --- a/mdkapplet-add-media-helper +++ b/mdkapplet-add-media-helper @@ -34,7 +34,6 @@ use mdkapplet_gui; use urpm::cfg; use XML::Simple; -use LWP::UserAgent; use HTTP::Request::Common; use HTTP::Request; diff --git a/mdkonline.pm b/mdkonline.pm index 86f9e19d..56f5b560 100644 --- a/mdkonline.pm +++ b/mdkonline.pm @@ -29,6 +29,7 @@ use lib qw(/usr/lib/libDrakX); use common; use ugtk2; +use LWP::UserAgent; use URI::Escape; our @ISA = qw(Exporter); |