VMware {code} Community
natxoasenjo
Enthusiast
Enthusiast

Possible precedence issue with control flow operator at /perlbrew/perls/perl-5.20.1/lib/site_perl/5.20.1/VMware/VICommon.pm line 2141.


this is just a warning, but it is quite irritating. How can we get rid if it?


It appears to be in this piece of code:


 sub get_session_loaded {
    my $self = shift;
    my $user_agent = $self->{user_agent};
    return defined $user_agent->cookie_jar and
              $user_agent->cookie_jar->as_string ne '';
 }


 


 

Reply
0 Kudos
2 Replies
stumpr
Virtuoso
Virtuoso

VMware-vSphere-Perl-SDK-5.5.0-1384587 broken with perl 5.20

Take a look at that thread, might be helpful.

Reuben Stump | http://www.virtuin.com | @ReubenStump
Reply
0 Kudos
natxoasenjo
Enthusiast
Enthusiast

awesome, thanks :slightly_smiling_face:

Reply
0 Kudos