diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-09-02 01:21:27 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-09-02 20:11:20 -0700 |
commit | 19295df3ebc93139d919fd706d790a3772fb803d (patch) | |
tree | 259d7bb970361edb28d74f097e48ec4381d6a888 /t/op | |
parent | afe0c9a9eb159187c7de6c473743687d68a451e0 (diff) | |
download | perl-19295df3ebc93139d919fd706d790a3772fb803d.tar.gz |
Get tie.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/op')
-rw-r--r-- | t/op/tie.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/op/tie.t b/t/op/tie.t index e0b249922d..aff685ba38 100644 --- a/t/op/tie.t +++ b/t/op/tie.t @@ -27,6 +27,8 @@ tie %h, Tie::StdHash; untie %h; EXPECT ######## +# SKIP !defined &DynaLoader::boot_DynaLoader && !eval 'require base' +# (skip under miniperl if base.pm is not in lib/ yet) # standard behaviour, without any extra references use Tie::Hash ; |