--- scripts/mailbox2html.orig 2012-04-21 00:06:58.385936800 +0200 +++ scripts/mailbox2html 2012-04-21 00:07:02.587936648 +0200 @@ -1,7 +1,6 @@ #!/usr/bin/perl -w use strict; -use lib '/home/markov/fake'; use Mail::Box::Manager; my $VERSION = '2.019'; --- scripts/lsmail.orig 2012-04-21 00:06:39.787937461 +0200 +++ scripts/lsmail 2012-04-21 00:06:50.254937088 +0200 @@ -1,7 +1,6 @@ #!/usr/bin/perl -w use strict; -use lib '.'; use Mail::Box::Manager; my $VERSION = '2.019'; --- scripts/takemail.orig 2012-04-21 00:07:08.688936434 +0200 +++ scripts/takemail 2012-04-21 00:07:13.227936271 +0200 @@ -2,7 +2,6 @@ use strict; use Getopt::Long; -use lib '../../Mail'; use Mail::Box::Manager; my $VERSION = '2.019';