OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Password?expand=0&rev=3
14 lines
420 B
Diff
14 lines
420 B
Diff
Index: Password.pm
|
|
===================================================================
|
|
--- Password.pm.orig
|
|
+++ Password.pm
|
|
@@ -25,7 +25,7 @@ $GROUPS = 2;
|
|
|
|
$MINLEN = 6;
|
|
$MAXLEN = 8;
|
|
-@DICTIONARIES = qw(/usr/dict/web2 /usr/dict/words /usr/share/dict/words /usr/share/dict/linux.words);
|
|
+@DICTIONARIES = qw(/usr/share/dict/words /usr/share/dict/linux.words);
|
|
|
|
sub OpenDictionary {
|
|
foreach my $sym (@DICTIONARIES) {
|