From: Vincent Pit Date: Sun, 1 Mar 2009 14:32:08 +0000 (+0100) Subject: Remove the version dependency for Variable::Magic in t/22-magic.t X-Git-Tag: v0.03~6 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=commitdiff_plain;h=9d25b8ce853695abb629ba78f5645462a21abf0d Remove the version dependency for Variable::Magic in t/22-magic.t --- diff --git a/t/22-magic.t b/t/22-magic.t index d421253..80bee6f 100644 --- a/t/22-magic.t +++ b/t/22-magic.t @@ -7,7 +7,7 @@ use Test::More; BEGIN { plan skip_all => 'Variable::Magic required to test magic' - unless eval "use Variable::Magic 0.31; 1"; + unless eval "use Variable::Magic; 1"; } {