Skip Menu |

This queue is for tickets about the Module-CPANTS-Analyse CPAN distribution.

Report information
The Basics
Id: 21999
Status: resolved
Priority: 0/
Queue: Module-CPANTS-Analyse

People
Owner: Nobody in particular
Requestors: chris+rt [...] chrisdolan.net
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.67
Fixed in: (no value)



Subject: Typo in changelog regexp
In Module/CPANTS/Kwalitee/Files.pm, the changelog regexp has a trivial error. The code is: # find more complex files my %regexs=( file_changelog=>qr{^chang(es?|log)|history}i, ); This should be either change(s?|log)|history or change|history or even chang|history Currently it matches "ChangeLog" through /changes?/ which works, but is odd.
will be fixed in next release, thanks