When trying to install the latest version of Net::Github package on Perl 5.16 on Windows, ExtUtils-MakeMaker generates an nmake makefile that is incomplete. When trying to build with it, an EOF error occurs. This would not be a problem on perls 5.18 and higher because those are built with mingw whereas the older perls are built with Visual Studio. Was this package regardless of version intended to work with older perls? If so, I can look at fixing the EOF problem.