Ignore:
Timestamp:
2008-08-14T16:35:55+12:00 (16 years ago)
Author:
davidb
Message:

Now checks for extended plugins and classifiers as well as in standard place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/bin/script/classinfo.pl

    r14958 r16787  
    4444        unshift (@INC, "$ext_prefix/perllib");
    4545        unshift (@INC, "$ext_prefix/perllib/cpan");
     46        unshift (@INC, "$ext_prefix/perllib/plugins");
     47        unshift (@INC, "$ext_prefix/perllib/plugouts");
     48        unshift (@INC, "$ext_prefix/perllib/classify");
    4649    }
    4750    }
Note: See TracChangeset for help on using the changeset viewer.