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

    r10218 r10254  
    3838
    3939use BasPlug;
    40 use parsargv;
    4140
     41use strict;
     42no strict 'refs'; # allow filehandles to be variables and viceversa
    4243
    4344sub BEGIN {
     
    4546}
    4647
    47 #my $arguments =
    48 #    [
    49 #      ];
     48my $arguments = [
     49         ];
    5050
    5151my $options = { 'name'     => "NULPlug",
Note: See TracChangeset for help on using the changeset viewer.