Subject: | parsing build.log fails for distro installed is not downloaded |
I installed Dist-Zilla from a local patched distro I had, and during the course of installation, several dependencies were downloaded and installed. I ran cpanm-reporter, expecting the dependency installations to be reported. Instead, I got this message:
Parsing error. Found 'C:/Users/Nate/Downloads/Dist-Zilla-5.020' without fetching first. at C:/berrybrew/5.20.1_64/perl/site/bin/cpanm-reporter line 27.
Here is the beginning of my build.log file:
cpanm (App::cpanminus) 1.7009 on perl 5.020001 built for MSWin32-x64-multi-thread
Work directory is C:\BERRYB~1\520~1.1_6\data/.cpanm/work/1413220274.3884
You have make C:\berrybrew\5.20.1_64\c\bin\dmake.exe
You have LWP 6.08
Falling back to Archive::Tar 2.02
--> Working on .
Entering C:/Users/Nate/Downloads/Dist-Zilla-5.020
Checking configure dependencies from META.json
Checking if you have File::ShareDir::Install 0.06 ... Yes (0.09)
Checking if you have ExtUtils::MakeMaker 6.30 ... Yes (6.98)
Configuring Dist-Zilla-5.020
Running Makefile.PL
Warning: prerequisite Perl::PrereqScanner 1.016 not found.
Generating a dmake-style Makefile
Writing Makefile for Dist::Zilla
...