Since change 9c901649534a1360, vendorlib_stem isn't always added to @INC.
authorNicholas Clark <nick@ccl4.org>
Sun, 21 Feb 2010 14:46:27 +0000 (14:46 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 21 Feb 2010 14:46:27 +0000 (14:46 +0000)
commit79cf6d147ddb45df8d4a108b442c4a9707a4061d
treefcddfab172fb131963ef9cfee6bc3cb4eabb1c36
parentb3289bd223cc434b2247c06d40ffe8d467f241de
Since change 9c901649534a1360, vendorlib_stem isn't always added to @INC.

Update lib/Config.t to reflect this.

vendorlib_stem used always to be added if defined. Since that change it is only
added if inc_version_list is also defined, which makes "vendor" behaviour
consistent with "site", where sitelib_stem had always only ever been added to
@INC if inc_version_list is defined.
lib/Config.t