Dr.Bot has asked for the wisdom of the Perl Monks concerning the following question:
Welcome to the installation of CGI_Lite 1.8...
WARNING: MAN3PODS takes a HASH reference not a string/number.
Please inform the author.
Checking if your kit is complete...
Looks good
Can't use string (" ") as a HASH ref while "strict refs" in use at /usr/local/share/perl/5.10.1/ExtUtils/MM_Unix.pm line 439.
Here is the relevant code from my version of MM_Unix.pm in /usr/local/share/perl/5.10.1/ExtUtils:
# Handy lists of source code files:
XS_FILES = ".$self->wraplist(sort keys %{$self->{XS}})."
C_FILES = ".$self->wraplist(@{$self->{C}})."
O_FILES = ".$self->wraplist(@{$self->{O_FILES}})."
H_FILES = ".$self->wraplist(@{$self->{H}})."
MAN1PODS = ".$self->wraplist(sort keys %{$self->
{MAN1PODS}})."
MAN3PODS = ".$self->wraplist(sort keys %{$self->{MAN3PODS}})."
";
If " is the wrong symbol, what should be used?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI_Lite MM-Unix HASH Ref issue
by Anonymous Monk on Jul 29, 2011 at 04:47 UTC | |
by Anonymous Monk on Jul 29, 2011 at 06:41 UTC |