Russell Jones - 2013-08-30

The current stable LWP version is only 6.05 (though Perl itself is at 5.18.0).

Unlike later versions, 5.12.4 apparently does not autoinclude IO::File, and that's what might be causing the error. Try editing gccg_package so that after line 1196 (which is "LWP::UserAgent->import();"), you add another line:

IO::File->import();

Also note that if you keep the SVN repositories up to date, gccg_package isn't really necessary for anything.