Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 67648
Status: rejected
Priority: 0/
Queue: Test-MinimumVersion

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

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



Subject: Test::MinimumVersion chokes on non-Perl files in t/
You might need a test file to read from in your test suite. A natural place to put that is in t/testfile alongside your tests -- but Test::MinimumVersion will choke on that file: [@Author::DOHERTY/MinimumPerl] Unable to parse 't/testfile' at /home/mike/perl5/perlbrew/perls/perl-5.14.0- RC1/lib/site_perl/5.14.0/x86_64-linux/Moose/Meta/Method/Delegation.pm line 110 You should either skip files that can't be parsed, or look only at *.t files. Probably the latter, since even test scripts can have errors :)
On Thu Apr 21 00:42:37 2011, DOHERTY wrote: Show quoted text
> You might need a test file to read from in your test suite. A natural > place to put that is in t/testfile alongside your tests -- but > Test::MinimumVersion will choke on that file: > > [@Author::DOHERTY/MinimumPerl] Unable to parse 't/testfile' at > /home/mike/perl5/perlbrew/perls/perl-5.14.0- > RC1/lib/site_perl/5.14.0/x86_64-linux/Moose/Meta/Method/Delegation.pm > line 110 > > You should either skip files that can't be parsed, or look only at *.t > files. Probably the latter, since even test scripts can have errors :)
This was meant to be filed against Dist::Zilla::Plugin::MinimumPerl :\
Closed by submitter request. -- rjbs