a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Including Mercurial/hg support especially for our Python users :)
Upstream changes:
1.07 Mon 31 May 2010
- Added git support to resolve#43558: .git missing
- Extend test for bzr, git and default invocation
(Jens Rehsack)
- Added support for RCS (RT#43559) and Mercurial/hg
(Jens Rehsack)
- Updating package for p5 module File::Find::Rule::VCS from 1.05 to 1.06
- Adjusting license and module type
- Adding missing dependency
Upstream changes:
1.06 Wed 8 Jul 2009
- Updated to Module::Install::DSL 0.91
- Added explicit dependency on Text::Glob.
Some CPAN Testers machines seem to blow up without it.
File::Find::Rule::VCS provides quick and convenient methods to exclude the
version control directories of several major Version Control Systems
(currently CVS, subversion, and Bazaar).