Changeset 7645


Ignore:
Timestamp:
2004-06-25T15:44:12+12:00 (20 years ago)
Author:
jrm21
Message:

don't fail if we can't load the diagnostics package.

Location:
trunk/gsdl/perllib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/acronym.pm

    r2785 r7645  
    2626###########################################################################
    2727
    28 use diagnostics;
     28eval "require diagnostics"; # some perl distros (eg mac) don't have this
    2929
    3030package acronym;
  • trunk/gsdl/perllib/plugins/BasPlug.pm

    r7644 r7645  
    4040use textcat;
    4141use doc;
    42 use diagnostics;
     42eval "require diagnostics"; # some perl distros (eg mac) don't have this
    4343use DateExtract;
    4444use ghtml;
Note: See TracChangeset for help on using the changeset viewer.