Ignore:
Timestamp:
2005-03-18T14:10:58+13:00 (19 years ago)
Author:
kjdon
Message:

ConvertToPlug now accepts the gli arg in read() and passes it in process(), and all the convert plugins now print a processing message for gli in their process() method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/ExcelPlug.pm

    r6408 r9465  
    7878    print $outhandle "ExcelPlug: passing $_[3] on to $self->{'converted_to'}Plug\n"
    7979    if $self->{'verbosity'} > 1;
     80    print STDERR "<Processing n='$_[3]' p='ExcelPlug'>\n" if ($_[6]);
    8081
    8182    return ConvertToPlug::process_type($self,"xls",@_);
Note: See TracChangeset for help on using the changeset viewer.