Ignore:
Timestamp:
2018-08-15T20:35:21+12:00 (6 years ago)
Author:
ak19
Message:
  1. Fixing up regex syntax in DirectoryPlugin for perl 5.26 that comes with Ubuntu 18.04, see Kathy's commit message at http://trac.greenstone.org/changeset/32129 2. AutoLoadConverters info message commented out as it ends up breaking XML output and then GLI can't parse this and won't load.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/AutoLoadConverters.pm

    r32186 r32341  
    66
    77use PrintInfo;
     8use util;
    89
    910use gsprintf 'gsprintf';
     
    4344    # found the converter
    4445    $settings->{'conversion_installed'} = 1;
    45     print STDERR "AutoLoadConverters: $autoName Extension to Greenstone detected for $calling_class\n";
     46#   print STDERR "AutoLoadConverters: $autoName Extension to Greenstone detected for $calling_class\n";
    4647    # but can it run???
    4748    if (eval "\$${autoPackage}::${autoVar}_conversion_available") {
Note: See TracChangeset for help on using the changeset viewer.