Subject: | dzil listdeps crash with Out of Memory in perl-5.14.0 |
I have update my perl with perl-5.14.0
The installation of Dist::Zilla pass successfully all test, but when I use :
dzil listdeps
in my project, it take all memory and crash with Out of memory.
They is no problem with my previous perl-5.12.3
My dist.ini is simple :
[@Filter]
bundle=@Basic
remove=MakeMaker
remove=UploadToCPAN
;Report
[ReportVersions]
;Patch code
[OurPkgVersion]
[PodWeaver]
[NextRelease]
[Prepender]
copyright = 1
[PerlTidy]
perltidyrc = perltidyrc
;Use Build
[ModuleBuild]
[AutoPrereqs]
[Prereqs]
LWP::Protocol::https = 0
Template::Plugin::Digest::SHA1 = 0.03;
[MinimumPerl]
;Add tests
[CompileTests]
[PodCoverageTests]
[PodSyntaxTests]
[CriticTests]
critic_config = perlcriticrc
[ConsistentVersionTest]
[MinimumVersionTests]
[CheckChangesTests]
[UnusedVarsTests]
;Clean
[PruneFiles]
;Release
[Run::Release]
run = scripts/deploy.sh %s