|
AutoCode::Unimplemented - stuff the unimplemented methods in Interface module |
AutoCode::Unimplemented - stuff the unimplemented methods in Interface module
package InterfaceModule; use AutoCode::Root; our @ISA=qw(AutoCode::Root); use AutoCode::Unimplemented([method1 method2]);
This module is to add unimplmented methods into an interface module, which inherits AutoCode::Root directly or indirectly.
|
AutoCode::Unimplemented - stuff the unimplemented methods in Interface module |