Ignore:
Timestamp:
2005-07-19T16:27:51+12:00 (19 years ago)
Author:
kjdon
Message:

added 'use strict' to all plugins, and made modifications (mostly adding 'my') to make them compile

File:
1 edited

Legend:

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

    r10218 r10254  
    6060use cfgread;
    6161
     62use strict;
     63no strict 'refs'; # allow filehandles to be variables and viceversa
     64
    6265sub BEGIN {
    63     @ISA = ('BasPlug');
     66    @IndexPlug::ISA = ('BasPlug');
    6467}
     68
     69my $arguments = [
     70         ];
    6571
    6672my $options = { 'name'     => "IndexPlug",
Note: See TracChangeset for help on using the changeset viewer.