in reply to
Can't locate object method "require_version"
Sounds like you're missing
@ISA = qw( Exporter );
in a module using
Exporter
.
require_version
is called by (and provided via inheritance by) Exporter to handle
use Module version;
Comment on
Re: Can't locate object method "require_version"
Select
or
Download
Code
Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.
In Section
Seekers of Perl Wisdom