Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: SOAP::Lite - Insecure dependency in eval while running with -T

by stepamil (Acolyte)
on Mar 28, 2011 at 09:05 UTC ( [id://895871]=note: print w/replies, xml ) Need Help??


in reply to Re: SOAP::Lite - Insecure dependency in eval while running with -T
in thread SOAP::Lite - Insecure dependency in eval while running with -T

I "solved" the problem just by adding

my $result = $1 if ($self->generate_stub($_) =~ m{^(.+)}s);

before

eval $result or Carp::croak "Bad stub: $@";

which was previously

eval $self->generate_stub($_) or Carp::croak "Bad stub: $@";

and it works now. Not really elegant, but I need this urgently so it should do. Alfter that I'm getting this warning message:

could not find ParserDetails.ini in /usr/lib/perl5/site_perl/5.8.8/XML/SAX

Is this related?

Replies are listed 'Best First'.
Re^3: SOAP::Lite - Insecure dependency in eval while running with -T
by stepamil (Acolyte) on Mar 29, 2011 at 15:52 UTC

    Found the problem, it's not related

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://895871]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-03-28 16:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found