Subject: | Net::GitHub 0.47 contains an incomplete build environment |
It appears that Net::GitHub didn't ship with all the supporting modules
for Module::Install. In particular, the WriteAll.pm module is missing,
which results in an error when trying to run Makefile.PL (this is the
cause of all the unknowns at
http://www.cpantesters.org/distro/N/Net-GitHub.html#Net-GitHub-0.47 ).
I don't have a patch for this, because Module::Install does all the
heavy lifting there. However based upon me cloning from GitHub and
setting up a Module::Install environment, the following files seem to be
missing:
pjf@qapla:~/cvs/perl-net-github$ diff -r inc/
~/.cpanm/latest-build/Net-GitHub-0.47/inc/
Only in inc/: .author
Only in inc/Module/Install: Can.pm
Only in inc/Module/Install: Fetch.pm
Only in inc/Module/Install: Win32.pm
Only in inc/Module/Install: WriteAll.pm
(obviously .author can be ignored, and WriteAll.pm is essential).
Cheerio,
Paul