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

    r10218 r10254  
    5050use util;
    5151use Cwd;
    52 #$%^
    53 use parse2;
    54 
     52
     53use strict;
     54no strict 'refs'; # allow filehandles to be variables and viceversa
    5555
    5656BEGIN {
    57     @ISA = ('BasPlug');
     57    @ZIPPlug::ISA = ('BasPlug');
    5858}
    5959
Note: See TracChangeset for help on using the changeset viewer.