--- pac/lib/PACShell.pm 2012-04-23 15:03:05.000000000 +0200 +++ pac/lib/PACShell.pm.new 2012-04-25 22:40:14.181958602 +0200 @@ -37,9 +37,7 @@ use Gtk2 '-init'; # Gnome2 - VTE -unshift( @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 2012-04-23 15:03:05.000000000 +0200 +++ pac/lib/PACTerminal.pm.new 2012-04-25 22:39:45.052959991 +0200 @@ -44,9 +44,7 @@ my $SOURCEVIEW = ! $@; # Gnome2 - VTE -unshift( @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;