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: 81702
Status: resolved
Priority: 0/
Queue: Test-MinimumVersion

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

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



Subject: possibility to skip checking some files
For ex., http://cpansearch.perl.org/src/PMAKHOLM/ORLite-Array-0.02/Makefile.PL uses source filter inc::Module::Install::DSL, and T::MV treats // in URL as operator introduced in perl 5.10. Also P::MV 1.31 was just released, it would be good to depend on it, it has many improvements. -- Alexandr Ciornii, http://chorny.net
On 2012-12-04 09:51:05, CHORNY wrote: Show quoted text
> For ex., > http://cpansearch.perl.org/src/PMAKHOLM/ORLite-Array-0.02/Makefile.PL > uses source filter inc::Module::Install::DSL, and T::MV treats // in URL > as operator introduced in perl 5.10. > > Also P::MV 1.31 was just released, it would be good to depend on it, it > has many improvements. >
I would suggest simply passing the list of files to scan as arguments, and then callers like the dzil plugin can use a customizable filefinder to provide that list. (I made similar changes recently to Dist::Zilla::Plugin::Test::Compile, to remove the use of File::Find from the generated test.)
Show quoted text
> I would suggest simply passing the list of files to scan as arguments, > and then callers like the dzil plugin can use a customizable > filefinder to provide that list.
You know the routine.. poke me sometime down the road and I'll feed you a patch :D
The new release of Test-MinimumVersion adds a "skip" argument. -- rjbs