in reply to Re: Can't locate object method "get" via package "LWP::UserAgent"
in thread Can't locate object method "get" via package "LWP::UserAgent"

generally its VERSION :)
  • Comment on Re^2: Can't locate object method "get" via package "LWP::UserAgent"

Replies are listed 'Best First'.
Re^3: Can't locate object method "get" via package "LWP::UserAgent"
by almut (Canon) on Oct 17, 2007 at 12:27 UTC

    Yes, generally... but in this case the author also supplied a "Version" routine — for those of us who don't like typing all-caps words :)

    (But you're right, for more elaborate usages such as $obj->VERSION($minRequiredVersion) you'd want UNIVERSAL's VERSION.)