From 0fa5eadc89319dc8680654e47354baafe394c3e3 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 1 Feb 2011 15:39:42 +0100 Subject: [PATCH] Bei der Console nicht automatisch versuchen, Sort::Naturally zu laden --- config/lx_office.conf.default | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/config/lx_office.conf.default b/config/lx_office.conf.default index dfaf17c0f..d843ec27a 100644 --- a/config/lx_office.conf.default +++ b/config/lx_office.conf.default @@ -105,12 +105,10 @@ login = mb # autorun lines will be executed after autologin. # be warned that loading huge libraries will noticably lengthen startup time. -autorun = require "bin/mozilla/common.pl"; - = use English qw(-no_match_vars); - = use List::Util qw(min max); - = use Sort::Naturally; - = my ($a, $b, $e, $f, @a1, @a2, %h); - = sub take { my $max = shift; my $r = ref($_[0]) eq 'ARRAY' ? $_[0] : \@_; return @{$r}[0..List::Util::min($max, scalar(@{$r})) - 1]; } +#autorun = require "bin/mozilla/common.pl"; +# = use English qw(-no_match_vars); +# = use List::Util qw(min max); +# = sub take { my $max = shift; my $r = ref($_[0]) eq 'ARRAY' ? $_[0] : \@_; return @{$r}[0..List::Util::min($max, scalar(@{$r})) - 1]; } # location of history file for permanent history history_file = users/console_history -- 2.20.1