Ignore:
Timestamp:
2022-08-25T09:13:34+12:00 (20 months ago)
Author:
kjdon
Message:

now fixed up the files to use the new names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/CSVDeprecatedPlugin.pm

    r36479 r36481  
    11###########################################################################
    22#
    3 # CSVPlugin.pm -- A plugin for files in comma-separated value format
     3# CSVDeprecatedPlugin.pm -- A plugin for files in comma-separated value format
    44#
    55# A component of the Greenstone digital library software
     
    2525###########################################################################
    2626
    27 package CSVPlugin;
     27package CSVDeprecatedPlugin;
    2828
    2929use SplitTextFile;
     
    3636use Text::CSV;
    3737
    38 # CSVPlugin is a sub-class of SplitTextFile.
     38# CSVDeprecatedPlugin is a sub-class of SplitTextFile.
    3939sub BEGIN {
    40     @CSVPlugin::ISA = ('MetadataRead', 'SplitTextFile', 'CSVFieldSeparator');
     40    @CSVDeprecatedPlugin::ISA = ('MetadataRead', 'SplitTextFile', 'CSVFieldSeparator');
    4141}
    4242
     
    5858
    5959
    60 my $options = { 'name'     => "CSVPlugin",
    61         'desc'     => "{CSVPlugin.desc}",
     60my $options = { 'name'     => "CSVDeprecatedPlugin",
     61        'desc'     => "{CSVDeprecatedPlugin.desc}",
    6262        'abstract' => "no",
    6363        'inherits' => "yes",
Note: See TracChangeset for help on using the changeset viewer.