Changeset 13178


Ignore:
Timestamp:
2006-10-27T15:40:14+13:00 (18 years ago)
Author:
mdewsnip
Message:

Added "info_only" check to prevent errors when running pluginfo.pl on ISISPlug.pm.

File:
1 edited

Legend:

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

    r13157 r13178  
    109109    my $self = new SplitPlug($pluginlist, $inputargs, $hashArgOptLists);
    110110
     111    if ($self->{'info_only'}) {
     112    # don't worry about any options etc
     113    return bless $self, $class;
     114    }
     115
    111116    # isis plug doesn't care about encoding - it assumes ascii unless the user
    112117    # has specified an encoding
Note: See TracChangeset for help on using the changeset viewer.