X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F25-copy.t;fp=t%2F25-copy.t;h=3a033a3b5e890ec6b7af648b8bff193a3cbc0991;hb=fee1a480bc5d827590dc7394e0a77741bad86dc3;hp=8548db03b6c6d0a42983b73e633f525faf2037fd;hpb=751094f5d7b43171afc7104e957ca7fe2d21eb34;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';