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

    r10218 r10254  
    3737# expects the marked up files to be cleaner than those used by the
    3838# Humanity Library collections
    39 
    40 # 12/05/02 Added usage datastructure - John Thompson
    4139
    4240package HBPlug;
     
    4846use doc;
    4947
     48use strict;
     49no strict 'refs'; # allow filehandles to be variables and viceversa
    5050
    5151sub BEGIN {
    52     @ISA = ('BasPlug');
     52    @HBPlug::ISA = ('BasPlug');
    5353}
    5454
Note: See TracChangeset for help on using the changeset viewer.