Perl Modules

From A2Wiki

Jump to: navigation, search

CGI_Lite

If installing and you get the following error:

Can't use string (" ") as a HASH ref while "strict refs" in use at /usr/lib/perl5/5.8.7/ExtUtils/MM_Unix.pm line 503.

There is an error in the Makefile.PL script used to build CGI_Lite.

If you comment or remove the line "MAN3PODS => ' '," from the Makefile.PL script the module will make and install as it should.

Perl 5.8 no longer accepts " " as hash references while strict is set.

Personal tools