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

    r10218 r10254  
    2929
    3030# System complains about $arguments if the strict is set
    31 #use strict;
    32 #no strict 'refs'; # so we can print to a handle named by a variable
     31use strict;
     32no strict 'refs'; # so we can print to a handle named by a variable
    3333
    3434# greenstone packages
     
    3838use util;
    3939
     40my $arguments = [
     41         ];
    4042my $options={ 'name' => 'LaTeXPlug',
    4143          'desc' => '{LaTeXPlug.desc}',
Note: See TracChangeset for help on using the changeset viewer.