Ignore:
Timestamp:
2006-07-12T14:12:36+12:00 (18 years ago)
Author:
mdewsnip
Message:

Tidied up that horrible long line in the new() function of every plugin.

File:
1 edited

Legend:

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

    r11834 r12169  
    141141    if(defined $options) { push(@{$hashArgOptLists->{"OptList"}},$options)};
    142142
    143     my $self = (defined $hashArgOptLists)? new BasPlug($pluginlist,$inputargs,$hashArgOptLists): new BasPlug($pluginlist,$inputargs);
     143    my $self = new BasPlug($pluginlist, $inputargs, $hashArgOptLists);
    144144   
    145145    if ($self->{'info_only'}) {
Note: See TracChangeset for help on using the changeset viewer.