t/porting/checkcase.t now passes no_chdir to File::Find::find().
authorNicholas Clark <nick@ccl4.org>
Tue, 28 Aug 2012 15:05:18 +0000 (17:05 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 29 Aug 2012 10:23:45 +0000 (12:23 +0200)
commitb31a8a8d99f6f1693b6c0fcc4b14abb945169153
tree483eed92a1af3a106dff7ea28de6718131877546
parent3013c637d1218ee9b8d88c8df6a48b0413a63df9
t/porting/checkcase.t now passes no_chdir to File::Find::find().

This avoids the test occasionally aborting due to File::Find::find() calling
warn::warnif(), which in turn attempts to lazy load Carp, which doesn't work
for a test using relative paths in @INC with the current directory changed.
t/porting/checkcase.t