in reply to Re: Pod::Usage and Exporter error
in thread Pod::Usage and Exporter error

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.