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/ConvertToPlug.pm

    r10218 r10254  
    4343use ghtml;
    4444
     45use strict;
     46no strict 'refs'; # allow filehandles to be variables and viceversa
     47
    4548sub BEGIN {
    46     @ISA = ('HTMLPlug');
     49    @ConvertToPlug::ISA = ('HTMLPlug');
    4750#    @ISA = ('HTMLPlug', 'TEXTPlug');
    4851#    @ISA = ('BasPlug'); #, 'HTMLPlug', 'TEXTPlug');
Note: See TracChangeset for help on using the changeset viewer.