Changeset 18565


Ignore:
Timestamp:
2009-02-20T17:05:10+13:00 (15 years ago)
Author:
kjdon
Message:

file content changes for classifier rename

File:
1 edited

Legend:

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

    r18564 r18565  
    11###########################################################################
    22#
    3 # List.pm --
     3# SimpleList.pm --
    44# A component of the Greenstone digital library software
    55# from the New Zealand Digital Library Project at the
     
    2525
    2626# simple list classifier plugin
    27 # to see the options, run "perl -S classinfo.pl List"
     27# to see the options, run "perl -S classinfo.pl SimpleList"
    2828
    2929use BaseClassifier;
    30 package List;
     30package SimpleList;
    3131
    3232use strict;
     
    3636
    3737sub BEGIN {
    38     @List::ISA = ('BaseClassifier');
     38    @SimpleList::ISA = ('BaseClassifier');
    3939}
    4040
     
    4949    'reqd' => "no" } ];
    5050
    51 my $options = { 'name'     => "List",
    52         'desc'     => "{List.desc}",
     51my $options = { 'name'     => "SimpleList",
     52        'desc'     => "{SimpleList.desc}",
    5353        'abstract' => "no",
    5454        'inherits' => "yes",
Note: See TracChangeset for help on using the changeset viewer.