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.

File:
1 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;
Note: See TracChangeset for help on using the changeset viewer.