Ignore:
Timestamp:
2004-03-08T15:39:43+13:00 (20 years ago)
Author:
kjdon
Message:

all classifiers now use BasClas.buttonname for their buttonname option description.
removed the old print_usage methods and old usage notes.
added in a test for $self->{'info_only'} in new(): if this is set, don't try and parse the arguments cos we are only running classinfo.pl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/classify/AZCompactSectionList.pm

    r6408 r6968  
    2929    my $option_list = $self->{'option_list'};
    3030    push( @{$option_list}, $options );
     31
     32    #if ($self->{'info_only'}) {
     33    # created from classinfo.pl - don't need to parse the arguments
     34    #return bless $self, $class;
     35    #}
    3136
    3237    return bless $self, $class;
Note: See TracChangeset for help on using the changeset viewer.