Skip Menu |

This queue is for tickets about the List-Uniq CPAN distribution.

Report information
The Basics
Id: 106261
Status: new
Priority: 0/
Queue: List-Uniq

People
Owner: Nobody in particular
Requestors: gsullivan [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: v0.21.0
Fixed in: (no value)



Subject: Patch for failing t/01_use.t test on version 0.21.0
All CPAN Tester reports show failures due to the t/01_use.t test on version 0.21.0. This patch should fix the test. You likely are aware of this since you should be getting emails from the CPAN Testers. There are two other problems related to the module version number: 1. When I run the "cpan List::Uniq" command, version 20 is installed instead of version 21. 2. https://metacpan.org/pod/List::Uniq shows version 20 as the latest version instead of 21.
Subject: diff-u.txt
--- ../List-Uniq-v0.21.0.orig/t/01_use.t 2014-04-06 17:40:52.000000000 -0400 +++ t/01_use.t 2015-08-05 12:59:19.000000000 -0400 @@ -14,7 +14,7 @@ } use_ok('List::Uniq'); -is($List::Uniq::VERSION, '0.20', 'check module version'); +is($List::Uniq::VERSION, '0.21.0', 'check module version'); # # EOF