Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the circular-require CPAN distribution.

Report information
The Basics
Id: 65167
Status: resolved
Priority: 0/
Queue: circular-require

People
Owner: Nobody in particular
Requestors: hunter [...] missoula.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.02
Fixed in: (no value)



Subject: Not sure if this is bug but RPC::XML::datatype makes some noise
$ perl -I$HOME -I$HOME/lib -M-circular::require Branding.pm Circular require detected: F/ACL.pm (from F::Schedules) Circular require detected: F/Context.pm (from F::Schedules) Circular require detected: IO/Socket.pm (from IO::Socket::INET) Can't locate RPC/XML/datatype.pm in @INC (@INC contains: /home/hunter /home/hunter/lib /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /usr/local/share/perl/5.10.1/circular/require.pm line 25. ...propagated at /usr/share/perl/5.10/base.pm line 93.
I'm not entirely sure what caused the bug here (since there isn't enough information to reproduce), but several issues with 'use base' were fixed in 0.03 and 0.04, so this is likely fixed now. Feel free to reopen if not.