diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-09-02 11:41:00 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-09-02 20:11:24 -0700 |
commit | cb4e26284e0b5007afdb90a6cd8bdacfa27d349c (patch) | |
tree | da79ea0adfadd6682ebdc9117b7bcb896fd14002 /t/uni | |
parent | d8e927e48c57b7d43c18af185a6daadc21e8038c (diff) | |
download | perl-cb4e26284e0b5007afdb90a6cd8bdacfa27d349c.tar.gz |
Get t/uni/universal.t working under minitest
If things are broken enough that make_ext.pl cannot run, then mini-
test may run this script before base.pm is copied into lib/.
Diffstat (limited to 't/uni')
-rw-r--r-- | t/uni/universal.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/uni/universal.t b/t/uni/universal.t index c999dd812b..56b41d44d9 100644 --- a/t/uni/universal.t +++ b/t/uni/universal.t @@ -5,7 +5,7 @@ BEGIN { chdir 't' if -d 't'; - @INC = '../lib'; + @INC = qw '../lib ../dist/base/lib'; $| = 1; require "./test.pl"; } |