aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ManaTools/Shared.pm
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2015-07-21 11:57:55 +0200
committerAngelo Naselli <anaselli@linux.it>2015-07-21 11:57:55 +0200
commit189b85e09c80c886e37eab515b25525a45b4a4c2 (patch)
treef7db93574c647237c701047ee056d292e04b8cea /lib/ManaTools/Shared.pm
parentfcb8b8c795a1033687a14dfdbc0d122bed73f338 (diff)
downloadcolin-keep-189b85e09c80c886e37eab515b25525a45b4a4c2.tar
colin-keep-189b85e09c80c886e37eab515b25525a45b4a4c2.tar.gz
colin-keep-189b85e09c80c886e37eab515b25525a45b4a4c2.tar.bz2
colin-keep-189b85e09c80c886e37eab515b25525a45b4a4c2.tar.xz
colin-keep-189b85e09c80c886e37eab515b25525a45b4a4c2.zip
removed you dependency form backends, left in Shared only atm.
if localization is changed from default has to be passed to constructor now
Diffstat (limited to 'lib/ManaTools/Shared.pm')
-rw-r--r--lib/ManaTools/Shared.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ManaTools/Shared.pm b/lib/ManaTools/Shared.pm
index 2059789..ddd2021 100644
--- a/lib/ManaTools/Shared.pm
+++ b/lib/ManaTools/Shared.pm
@@ -87,7 +87,6 @@ use feature 'state';
use Digest::MD5;
-use yui;
use base qw(Exporter);
our @EXPORT_OK = qw(
@@ -397,6 +396,7 @@ sub isProcessRunning {
#=============================================================
sub command_line() {
+ require yui;
state $cmdline = new yui::YCommandLine;
return $cmdline;