Added CGI.pm (3.15) to the default perl install
commitcb9e2272ed080029db3ac3040f2db51dd0b0f31a
authorCiaran Jessup <ciaranj@gmail.com>
Tue, 29 May 2012 21:56:23 +0000 (29 22:56 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 29 May 2012 22:02:19 +0000 (29 17:02 -0500)
treed6f22ca3a5480c489065ae9ffcc6f42b9a1841f6
parent91b8e2341ebe18df1a9f25d3f89c16155883834c
Added CGI.pm (3.15) to the default perl install

The instaweb script requires this perl module to be present in order to
launch.

This version of the CGI module was retrieved from the 'msys' branch of
msysgit using the command:

git checkout origin/msys -- lib/perl5/5.8.8/CGI*

This also included an 'eg' (or examples) folder that we pruned to save
space in the resulting packed WinGit (and msysgit.)

Signed-off-by: Ciaran Jessup <ciaranj@gmail.com>
lib/perl5/5.8.8/CGI.pm [new file with mode: 0644]
lib/perl5/5.8.8/CGI/Apache.pm [new file with mode: 0644]
lib/perl5/5.8.8/CGI/Carp.pm [new file with mode: 0644]
lib/perl5/5.8.8/CGI/Cookie.pm [new file with mode: 0644]
lib/perl5/5.8.8/CGI/Fast.pm [new file with mode: 0644]
lib/perl5/5.8.8/CGI/Pretty.pm [new file with mode: 0644]
lib/perl5/5.8.8/CGI/Push.pm [new file with mode: 0644]
lib/perl5/5.8.8/CGI/Switch.pm [new file with mode: 0644]
lib/perl5/5.8.8/CGI/Util.pm [new file with mode: 0644]