Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Crypt-Cracklib CPAN distribution.

Report information
The Basics
Id: 59489
Status: resolved
Priority: 0/
Queue: Crypt-Cracklib

People
Owner: Nobody in particular
Requestors: fedora [...] red-dragon.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.4
Fixed in: (no value)



Subject: reverse dictionary test
A patch to change the dictionary word in 01use.t to prevent failing tests during compilations on newer cracklib libraries.
Subject: crypt-cracklib-reverse.patch
--- Crypt-Cracklib-1.4/t/01use.t.reverse 2008-02-23 16:01:10.000000000 -0600 +++ Crypt-Cracklib-1.4/t/01use.t 2010-07-17 14:52:40.310669407 -0500 @@ -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('yranoitcid'), qr/reversed/, "reversed dictionary"); # Ok ok(fascist_check('Sil1ntBob') eq 'ok');
Fixed in 1.5 - now on it's way to CPAN.