in reply to Re: CGI::Application::Plugin::AutoRunmode importing runmodes problem
in thread CGI::Application::Plugin::AutoRunmode importing runmodes problem

Like Joost said, you did not include the CGI::Application::Plugin::AutoRunmode in module B.

Do this will allow all the methods/functions that are available in B.pm to be available in A.pm when you do a,

use base 'B.pm'
  • Comment on Re^2: CGI::Application::Plugin::AutoRunmode importing runmodes problem
  • Download Code