Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Can't locate object method "require_version"

by ikegami (Patriarch)
on Sep 13, 2006 at 13:40 UTC ( [id://572741]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://572741]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-03-28 20:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found