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
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 39:
=cut found outside a pod block. Skipping to next block.