Subject: | Failure trying to use module |
Attempting to use WWW::Bugzilla throws an exception. Following is just a perl -e use statement result.
perl -e "use WWW::Bugzilla;"
The component 'assigned_to' has already been installed in class -->WWW::Bugzilla<-- as a HASH(0x826c15c)
(this time a scalar)
at /usr/lib/perl5/vendor_perl/5.8.2/WWW/Bugzilla.pm line 196
BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.8.2/WWW/Bugzilla.pm line 198.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.