Index: scripts/lsmail =================================================================== --- scripts/lsmail.orig +++ scripts/lsmail @@ -1,7 +1,6 @@ #!/usr/bin/perl -w use strict; -use lib '.'; use Mail::Box::Manager; my $VERSION = '2.019'; Index: scripts/takemail =================================================================== --- scripts/takemail.orig +++ scripts/takemail @@ -2,7 +2,6 @@ use strict; use Getopt::Long; -use lib '../../Mail'; use Mail::Box::Manager; my $VERSION = '2.019';