Skip Menu |

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

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

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

Bug Information
Severity: (no value)
Broken in: 0.93_01
Fixed in: (no value)



Subject: 0.93_01 test failures on OSX
Tests fail on perl 5.20.0 on darwin, due to the presence of the "+" character in the default tempdirs returned by File::Temp. \Q\E is needed to surround the $distdir: Nested quantifiers in regex; marked by <-- HERE in m/^/var/folders/+h/+hzG2W8MHem4qQiRP616jE+++ <-- HERE TQ/-Tmp-/m0ocE8ts0z/Devel-Timer-0.02(?:/|$)/ at /Users/ether/.cpanm/work/1402975543.64075/Module-CPANTS-Analyse-0.93_01/blib/lib/Module/CPANTS/Kwalitee/Files.pm line 36. # Looks like you planned 13 tests but ran 1. # Looks like your test exited with 255 just after 1. t/analyse_devel_timer.t ..... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 12/13 subtests Attached is the full build log from cpanm.
Subject: build.log
Download build.log
application/octet-stream 14.1k

Message body not shown because it is not plain text.

Thanks. Applied in the master. https://github.com/cpants/Module-CPANTS-Analyse/commit/b5e6f9dd1478e1526e85c78671cb19cdaff10788 On Tue Jun 17 12:32:12 2014, ETHER wrote: Show quoted text
> Tests fail on perl 5.20.0 on darwin, due to the presence of the "+" > character in the default tempdirs returned by File::Temp. \Q\E is > needed to surround the $distdir: > > Nested quantifiers in regex; marked by <-- HERE in > m/^/var/folders/+h/+hzG2W8MHem4qQiRP616jE+++ <-- HERE TQ/-Tmp- > /m0ocE8ts0z/Devel-Timer-0.02(?:/|$)/ at > /Users/ether/.cpanm/work/1402975543.64075/Module-CPANTS-Analyse- > 0.93_01/blib/lib/Module/CPANTS/Kwalitee/Files.pm line 36. > # Looks like you planned 13 tests but ran 1. > # Looks like your test exited with 255 just after 1. > t/analyse_devel_timer.t ..... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 12/13 subtests > > Attached is the full build log from cpanm.
Closing this as MCA 0.93_02 with a fix is released. Thanks.