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;

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.