in reply to
Circular module dependencies
If you want to test compilation of a module, then test its use as a module, not as a script:
perl -c -e 'use a'
Comment on
Re: Circular module dependencies
Download
Code
In Section
Seekers of Perl Wisdom