I have a package that begins: package MyApp::Tests;
use base 'MyApp::Base'; use CGI::Carp qw(fatalsToBrowser); I previously had the CGI::Carp line in Base.pm, and realized fatalsToBrowser() was not working. I thought that all methods available to Base would be available in Tests. Is that right? C::A::Plugin::TT methods are, though 'used' in Base. Or am I doing something wrong? Thanks, Jon --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
