|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: Circular dependencies when using the perl syntax checkerby alexm (Chaplain) |
| on Jul 28, 2008 at 15:41 UTC ( [id://700575]=note: print w/replies, xml ) | Need Help?? |
|
Is there any way round this? There is. See Recursive use causes subroutine redefinition. Update: echo 'package modA; require modB; sub foo { }; 1' > modA.pm gets rid of the warning.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||