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

    r10218 r10254  
    2929
    3030use ConvertToPlug;
     31use strict;
     32no strict 'refs'; # allow filehandles to be variables and viceversa
    3133
    3234sub BEGIN {
    33     @ISA = ('ConvertToPlug');
     35    @PPTPlug::ISA = ('ConvertToPlug');
    3436}
    3537
Note: See TracChangeset for help on using the changeset viewer.