-
0 votes
-
0 votes
-
0 votes
-
Allow CPAN.pm to keep infinite dependencies by changing how it uses PERL5LIB
During installation of a module, CPAN.pm provides uninstalled dependencies by appending their build dirs to $ENV{PERL5LIB}. This does not scale, since %ENV can only keep so much data. As such, CPAN.pm needs to be rewritten to use File::Copy::Recursive to merge build dirs into a dep dir.
This will help make smoking more solid.
0 votes -
0 votes
-
0 votes
-
0 votes
-
0 votes
-
0 votes
-
0 votes
-
0 votes
-
dist manifest on windows creates a file with newlines
See https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/18
Needs to be fixed.
0 votes -
0 votes
-
Make D::C warn about package level code
Devel::Cover is currently not able to cover code executed at package level at compile time. A fix for this would be non-trivial, however it should be fairly easy to make it use PPI to detect package level code.
0 votes -
0 votes
-
0 votes
-
0 votes
-
0 votes
-
0 votes
-
0 votes
- Don't see your idea?