Changeset 27241


Ignore:
Timestamp:
2013-04-19T18:05:04+12:00 (11 years ago)
Author:
kjdon
Message:

The test for Windows in the BEGIN block is no longer necessary now that much of cpan\auto is being moved into cpan\perl-5.8\auto.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/XMLParser.pm

    r26825 r27241  
    5555    }
    5656
    57     if ($ENV{'GSDLOS'} !~ /^windows$/i) {
     57    #if ($ENV{'GSDLOS'} !~ /^windows$/i) { # test no longer necessary now cpan/auto is in cpan/perl-5.8/auto
    5858        # Use push to put this on the end, so an existing XML::Parser will be used by default
    5959        if (-d "$ENV{'GSDLHOME'}/perllib/cpan/$perl_dir-mt" && $Config{usethreads}){
     
    6363            push (@INC, "$ENV{'GSDLHOME'}/perllib/cpan/$perl_dir");
    6464        }
    65     }
     65    #}
    6666}
    6767
Note: See TracChangeset for help on using the changeset viewer.