in reply to Can't locate object error
A oneliner just popped into my head:
perl -le "sub UNIVERSAL::versions{ no strict 'refs'; printf qq(%s: %s\ +n), $_, ${$_.qq(::VERSION)}for @{ref $_[0].'::ISA'}}; $_->versions fo +r @ARGV" WWW::Mechanize WWW::Mechanize::Frames
Most likely the version of one of the modules is too old.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can't locate object error
by Anonymous Monk on May 21, 2008 at 16:10 UTC | |
by Anonymous Monk on May 22, 2008 at 04:44 UTC | |
|
Re^2: Can't locate object error
by Anonymous Monk on May 21, 2008 at 15:47 UTC | |
by mandarin (Hermit) on May 21, 2008 at 16:55 UTC |