This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Missing std block.
[perl5.git] / t / lib / lc-currency.t
index f66353c..55a04db 100644 (file)
@@ -2,6 +2,12 @@
 #
 # currency.t - tests for Locale::Currency
 #
+
+BEGIN {
+        chdir 't' if -d 't';
+        @INC = '../lib';
+}
+
 use Locale::Currency;
 
 #-----------------------------------------------------------------------