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

    r10218 r10254  
    3232
    3333use XMLPlug;
    34 #$%^
    35 use parse2;
     34
     35use strict;
     36no strict 'refs'; # allow filehandles to be variables and viceversa
    3637
    3738sub BEGIN {
     
    4546    return q^(?i)doc\.xml$^;
    4647}
     48
     49my $arguments = [
     50         ];
    4751
    4852my $options = { 'name'     => "GAPlug",
Note: See TracChangeset for help on using the changeset viewer.