develooper Front page | perl.perl5.porters | Postings from January 2005

Re: Module export symbols not getting imported (Perl5.8.0)

Thread Previous | Thread Next
From:
Rafael Garcia-Suarez
Date:
January 24, 2005 05:57
Subject:
Re: Module export symbols not getting imported (Perl5.8.0)
Message ID:
20050124145721.3bf126ae@grubert.mandrakesoft.com
Hal Morris wrote:
> 
> I'm running on Redhat Linux version 9.0.
> 
> I'm having a rash of previously working code breaking when module exported 
> symbols no longer get imported to another module that 'uses' them.
> 
> The situation looks like:
> 
> main perl file:
> 
> ...
> use A;
> use B;
> 
> A contains 'use B'
> 
> main calls function f() in A.pm, which calls function g() in B.pm, which 
> is treated as an undefined method.

Could you provide a minimal test file to reproduce this ? You didn't
specify how functions were exported / imported.

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About