Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is...
[p5sagit/p5-mst-13.2.git] / t / lib / lc-uk.t
index 98f71d2..948e2d1 100644 (file)
@@ -3,6 +3,11 @@
 # uk.t - tests for Locale::Country with "uk" aliases to "gb"
 #
 
+BEGIN {
+       chdir 't' if -d 't';
+       @INC = '../lib';
+}
+
 use Locale::Country;
 
 Locale::Country::_alias_code('uk' => 'gb');