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

    r10229 r10254  
    3636$SIG{__WARN__} = sub {warn($_[0]) unless ($_[0] =~ /Subroutine\s+\S+\sredefined/)};
    3737
    38 use strict; no strict 'subs';
     38use strict;
     39no strict 'subs';
     40no strict 'refs'; # allow filehandles to be variables and viceversa
    3941
    4042use File::Basename;
Note: See TracChangeset for help on using the changeset viewer.