Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Pod::Usage and Exporter error

by Fletch (Bishop)
on Sep 12, 2008 at 17:09 UTC ( [id://710956]=note: print w/replies, xml ) Need Help??


in reply to Pod::Usage and Exporter error

Are you sure that it's declared as a package variable (i.e. using our $VERSION or use vars qw/ $VERSION / or the like) and not lexically (my $VERSION)?

The cake is a lie.
The cake is a lie.
The cake is a lie.

Replies are listed 'Best First'.
Re^2: Pod::Usage and Exporter error
by InfiniteLoop (Hermit) on Sep 12, 2008 at 17:32 UTC
    Thanks. It looks like that parent module doesn't have an $VERSION package variable. Declaring a package variable in the parent module solved this issue. Thanks for the help.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-23 20:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found