[sf-perl] need quick turnaround on this...

David Alban extasia at extasia.org
Tue Oct 11 09:46:02 PDT 2011


thanks.

here are the libs we're using:

use lib "/nas/reg/lib/perl";
use SOAP::Lite;
use File::Basename;
use Math::BigInt;
use Data::Dumper;

/nas/reg/lib/perl -> perl5/

is the tree in which SOAP::Lite is installed.

this seems to be a fatal error, not a warning.

On Tue, Oct 11, 2011 at 9:39 AM, Michael Friedman <frimicc at gmail.com> wrote:
> I've seen similar warnings between XML::LibXML and XML::XPath. They both name an exported subroutine the same, so if you happen to include both of them in a module at the same time you get a warning.
>
> Try looking for other included modules that also have "sub _parse_re" in them.
>
> Good luck!

-- 
Live in a world of your own, but always welcome visitors.
***
Just say NO to a police state:
http://www.nytimes.com/2011/09/13/opinion/protect-our-right-to-anonymity.html


More information about the SanFrancisco-pm mailing list