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

    r10218 r10254  
    3535use ghtml;
    3636
     37use strict;
     38no strict 'refs'; # allow filehandles to be variables and viceversa
     39
    3740use XMLPlug;
    3841use XML::XPath;
     
    4346}
    4447
     48my $arguments = [
     49         ];
    4550my $options = { 'name'     => "METSPlug",
    4651        'desc'     => "{METSPlug.desc}",
Note: See TracChangeset for help on using the changeset viewer.