X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F25-copy.t;h=3a033a3b5e890ec6b7af648b8bff193a3cbc0991;hb=refs%2Ftags%2Fv0.11;hp=8548db03b6c6d0a42983b73e633f525faf2037fd;hpb=763ba8093427f3668368fa885741618ac6289d41;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/25-copy.t b/t/25-copy.t index 8548db0..3a033a3 100644 --- a/t/25-copy.t +++ b/t/25-copy.t @@ -44,7 +44,7 @@ SKIP: { } SKIP: { - eval "use Tie::Has"; + eval "use Tie::Hash"; skip 'Tie::Hash required to test copy magic on hashes', 14 if $@; tie my %h, 'Tie::StdHash';