AutoCode::Unimplemented - stuff the unimplemented methods in Interface module


NAME

AutoCode::Unimplemented - stuff the unimplemented methods in Interface module


SYNOPSIS

  package InterfaceModule;
  use AutoCode::Root;
  our @ISA=qw(AutoCode::Root);
  use AutoCode::Unimplemented([method1 method2]);


DESCRIPTION

This module is to add unimplmented methods into an interface module, which inherits AutoCode::Root directly or indirectly.


HISTORY

 AutoCode::Unimplemented - stuff the unimplemented methods in Interface module