Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 436b7190438f43fe7b9ca4dfa0b10d90 > files > 2

perl-Crypt-Cracklib-1.4-2mdv2010.0.src.rpm

Index: Cracklib.pm
===================================================================
--- Cracklib.pm
+++ Cracklib.pm	2008-08-01 14:28:56.445582723 +0200
@@ -17,8 +17,10 @@
 {
 	for my $path (qw(
 		/usr/share/pw_dict
+        /usr/share/cracklib/pw_dict
 		/var/cache/cracklib/cracklib_dict
 		/usr/lib/cracklib_dict
+		/usr/lib64/cracklib_dict
 		/usr/share/dict/cracklib_words)) {
 
 		if (-f "$path.pwd") {
Index: t/01use.t
===================================================================
--- t/01use.t
+++ t/01use.t	2008-08-01 14:28:23.577581767 +0200
@@ -28,7 +28,7 @@
 like(fascist_check('dictionary'), qr/dictionary/, "dictionary");
 
 # it is based on a (reversed) dictionary word
-like(fascist_check('1elppa'), qr/reversed/, "reversed dictionary");
+like(fascist_check('1elppa'), qr/dictionary/, "dictionary");
 
 # Ok
 ok(fascist_check('Sil1ntBob') eq 'ok');