Remove File::Spec from t/TEST - VMS is fine without it. Win32 doesn't use it.
authorNicholas Clark <nick@ccl4.org>
Tue, 25 Aug 2009 08:31:44 +0000 (09:31 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 25 Aug 2009 08:41:20 +0000 (09:41 +0100)
commit7ebf5c89e8918d77e1798303430ceccf36c34949
tree5a8f7fb105bf88e85ec6b4a7bcb8be7cb41eb143
parent6aff239d5283e5d4ba7b451221311e53b9690309
Remove File::Spec from t/TEST - VMS is fine without it. Win32 doesn't use it.

Also remove one complex alternation regexp, and replace it with a hash lookup.
At this stage do we trust the regexp engine that much?

[Really TEST shouldn't be relying on require working, and hence being able to
pull in modules to do essential parts of its work. And modules that rely on
OO dispatch - :-(]
t/TEST