Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 8543
Status: resolved
Priority: 0/
Queue: POE

People
Owner: RCAPUTO [...] cpan.org
Requestors: RCAPUTO [...] cpan.org
Cc:
AdminCc:

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



Subject: rename the t directory to tests
ExtUtils::MakeMaker won't ignore the t directory if it exists, even if it contains no files. Rather, it'll throw a test-time error saying it can't find "t/*.t". I tried temporarily renaming t to tests during Makefile.PL so it wouldn't generate a makefile with them, but then it complained that all the t/* files in MANIFEST were missing. Wheela! So... rename t to tests, and have everything look there instead. Todo: Wait for SourceForge to rename the directory. Fix gen-tests.perl Fix test.pl Fix MANIFEST Fix Makefile.PL ... and whatever else. I'm sure it'll all flush out in a simple "make test".