Changeset 17722


Ignore:
Timestamp:
2008-11-06T11:02:42+13:00 (15 years ago)
Author:
kjdon
Message:

renamed PPTPlugin to PowerPointPlugin, and changed the name inside the file

File:
1 moved

Legend:

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

    r17719 r17722  
    11###########################################################################
    22#
    3 # PPTPlugin.pm -- plugin for importing Microsoft PowerPoint files.
     3# PowerPointPlugin.pm -- plugin for importing Microsoft PowerPoint files.
    44#  (currently only versions 95 and 97)
    55#
     
    2626###########################################################################
    2727
    28 package PPTPlugin;
     28package PowerPointPlugin;
    2929
    3030use ConvertBinaryFile;
     
    3535
    3636sub BEGIN {
    37     @PPTPlugin::ISA = ('ConvertBinaryFile', 'ReadTextFile');
     37    @PowerPointPlugin::ISA = ('ConvertBinaryFile', 'ReadTextFile');
    3838}
    3939
     
    6161      ];
    6262
    63 my $options = { 'name'     => "PPTPlugin",
     63my $options = { 'name'     => "PowerPointPlugin",
    6464        'desc'     => "{PPTPlugin.desc}",
    6565        'abstract' => "no",
Note: See TracChangeset for help on using the changeset viewer.