Changeset 190

Show
Ignore:
Timestamp:
02/27/06 11:19:26
Author:
miyagawa
Message:

Added Publish::MSAgent

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plagger/lib/Plagger/Plugin/Publish/Speech.pm

    r188 r190  
    2626} 
    2727 
    28 sub feed      { $_[1]->error('Subclass should override this') } 
    29 sub finalize { $_[1]->error('Subclass should override this') } 
     28sub feed     { $_[1]->log(warn => 'Subclass should override this') } 
     29sub finalize { $_[1]->log(warn => 'Subclass should override this') } 
    3030 
    31311;