Re: [perl+lighttpd] Custom Include library issue

Salvatore De Paolis <[email protected]> Thu, 7 Oct 2010 00:00:03 +0200
Newsgroups gmane.comp.web.fastcgi.devel
Organization Jako Vláček
Message-ID <20101007000003.35fe1f77@sinusia>
On Wed, 6 Oct 2010 21:44:44 +0200
Salvatore De Paolis <[email protected]> wrote:

>
> thanks for the hint, I think I found a proper way to let it works including
> the custom modules in one of the PERL5LIB folder.
> 
> Seems Embed::Persistent somehow doesn't like the use lib thing.
> 

Just if someone fall in the same issue, I've checked more carefully 
and it's not a matter or "use lib". The issue is related to using 
modules that aren't packages, but just set of functions.
I converted one of the module into a package and it just works fine also
together with a path that isn't in @INC.

Salvatore