Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Module-Used CPAN distribution.

Report information
The Basics
Id: 54187
Status: resolved
Priority: 0/
Queue: Test-Module-Used

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

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



When this module checks that the build_requires matches what is required in my tests, it does not check in my test library files, and so if I have a module used in a test library and specify that module in build_requires, this module tells me that I didn't use the required module in any test. This will fix it: sub _test_files { my $self = shift; return $self->_find_files_by_ext($self->_test_dir, qr/\.t$/), $self->_pm_files_in_test; # Include test classes }
Dear Douglas, I shipped version 0.1.9 which will fix this problem. So I close this RT and if problem still remains, please open new ticket. Thank you very much for your reporting and using my module. Takuya Tsuchida