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

Michael Friedman frimicc at gmail.com
Tue Oct 11 09:39:02 PDT 2011


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!
-- Mike 
_________________
Michael Friedman
frimicc at gmail.com



On Oct 11, 2011, at 9:26 AM, David Alban wrote:

> greetings,
> 
> a few cow-orkers are in a hackit competition and it would be lovely if
> i could get an answer asap for a 10:00 pdt presentation!
> 
> getting:
> 
> Subroutine XML::Parser::Lite::_parse_re redefined at
> /nas/reg/lib/perl/XML/Parser/Lite.pm line 144.
> at /nas/reg/lib/perl/XML/Parser/Lite.pm line 144
>        require XML/Parser/Lite.pm called at
> /nas/reg/lib/perl/SOAP/Lite.pm line 1682
>        eval {...} called at /nas/reg/lib/perl/SOAP/Lite.pm line 1683
>        SOAP::Parser::xmlparser('SOAP::Parser=HASH(0x1095a240)')
> called at /nas/reg/lib/perl/SOAP/Lite.pm line 1689
>        SOAP::Parser::parser('SOAP::Parser=HASH(0x1095a240)') called
> at /nas/reg/lib/perl/SOAP/Lite.pm line 1713
>        SOAP::Parser::decode('SOAP::Parser=HASH(0x1095a240)',
> '<SOAP-ENV:Envelope\x{d}\x{a}\x{9}xmlns:SOAP-ENV="http://schemas.xmlsoap.o...')
> called at /nas/reg/lib/perl/SOAP/Lite.pm line 2078
>        SOAP::Deserializer::decode('SOAP::Deserializer=HASH(0x1095a4a0)',
> '<SOAP-ENV:Envelope\x{d}\x{a}\x{9}xmlns:SOAP-ENV="http://schemas.xmlsoap.o...')
> called at /nas/reg/lib/perl/SOAP/Lite.pm line 2095
>        SOAP::Deserializer::deserialize('SOAP::Deserializer=HASH(0x1095a4a0)',
> '<SOAP-ENV:Envelope\x{d}\x{a}\x{9}xmlns:SOAP-ENV="http://schemas.xmlsoap.o...')
> called at /nas/reg/lib/perl/SOAP/Lite.pm line 3734
>        eval {...} called at /nas/reg/lib/perl/SOAP/Lite.pm line 3734
>        SOAP::Lite::call('SOAP::Lite=HASH(0xfd26b30)',
> 'query_all_rules') called at /nas/reg/lib/perl/SOAP/Lite.pm line 3702
>        SOAP::Lite::__ANON__[/nas/reg/lib/perl/SOAP/Lite.pm:3706]('SOAP::Lite=HASH(0xfd26b30)')
> called at PerlLocalLbRule.pl line 111
>        main::getiRuleDefinitions() called at PerlLocalLbRule.pl line 132
>        main::getiRuleList() called at PerlLocalLbRule.pl line 338
> 
> 
> anyone seen this before?  i see lots of folks asking on google about
> it, but not any useful answers.
> 
> thanks!
> 
> -- 
> 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
> _______________________________________________
> SanFrancisco-pm mailing list
> SanFrancisco-pm at pm.org
> http://mail.pm.org/mailman/listinfo/sanfrancisco-pm



More information about the SanFrancisco-pm mailing list