--- pac/lib/PACShell.pm 2011-08-23 09:54:33.000000000 +0200 +++ pac/lib/PACShell.pm.new 2011-09-03 16:53:51.694657528 +0200 @@ -37,9 +37,7 @@ use Gtk2 '-init'; # Gnome2 - VTE -push( @INC, $RealBin . '/lib/ex/vte' . $PACUtils::ARCH ); -require "$RealBin/lib/ex/vte" . $PACUtils::ARCH . "/Gnome2/Vte.pm"; -die "ERROR: Could not load Gnome2::Vte Perl module from $RealBin/lib/ex/vte${PACUtils::ARCH} directory! ($@)" if $@; +use Gnome2::Vte; # PAC modules use PACUtils; --- pac/lib/PACTerminal.pm 2011-08-23 09:54:33.000000000 +0200 +++ pac/lib/PACTerminal.pm.new 2011-09-03 16:56:56.006667834 +0200 @@ -41,9 +41,7 @@ use Gtk2::Ex::Simple::List; # Gnome2 - VTE -push( @INC, $RealBin . '/lib/ex/vte' . $PACUtils::ARCH ); -require "$RealBin/lib/ex/vte" . $PACUtils::ARCH . "/Gnome2/Vte.pm"; -die "ERROR: Could not load Gnome2::Vte Perl module from $RealBin/lib/ex/vte${PACUtils::ARCH} directories! ($@)" if $@; +use Gnome2::Vte; # PAC modules use PACUtils;