update to 2.107 OBS-URL: https://build.opensuse.org/request/show/149960 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mail-Box?expand=0&rev=19
25 lines
512 B
Diff
25 lines
512 B
Diff
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';
|