Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 2003 08:46:21 +0100
From:      Martin Hudec <corwin@aeternal.net>
To:        freebsd-questions@freebsd.org
Cc:        freebsd-stable@freebsd.org
Subject:   Re: CGI_Lite module installation to perl 5.8.2
Message-ID:  <200312160846.21322.corwin@aeternal.net>
In-Reply-To: <200312160232.06923.corwin@aeternal.net>
References:  <200312160057.56164.corwin@aeternal.net> <200312160232.06923.corwin@aeternal.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi there,

I solved it by wrapping relevant parts of code (dealing with manifypods that 
generates man pages from MAN1POD, MAN3POD) in no strict; CODE_GOES_HERE; use 
strict; in MM_Unix.pm and MM_Any.pm.

On Tuesday 16 December 2003 02:32, Martin Hudec wrote:
> On Tuesday 16 December 2003 00:57, Martin Hudec wrote:
> > I am trying to install CGI_Lite for Perl 5.8.2, both manual install and
> > CPAN shell install failed with following message during perl Makefile.PL:
> >
> > Can't use string (" ") as a HASH ref while "strict refs" in use at
> > /usr/local/ lib/perl5/5.8.2/ExtUtils/MM_Unix.pm line 503.

-- 
:
:. kind regards
:..                      Martin Hudec
:.:
:.: =w= http://www.aeternal.net
:.: =m= +421.907.303393
:.: =@= corwin@aeternal.net
:.:
:.: "When you want something, all the universe 
:.:   conspires in helping you to achieve it."
:.:                   - The Alchemist (Paulo Coelho)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312160846.21322.corwin>