]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
skip $desc => $num is neater
authorVincent Pit <vince@profvince.com>
Mon, 23 Mar 2009 16:09:39 +0000 (17:09 +0100)
committerVincent Pit <vince@profvince.com>
Mon, 23 Mar 2009 16:09:39 +0000 (17:09 +0100)
t/11-multiple.t

index 519312dcecc697a3807fa4e73468286ba8aba6fe..58cc8a86c18eccc36ce348aa94747be006bca848 100644 (file)
@@ -77,7 +77,7 @@ is($@, '', 'dispell magic 2 doesn\'t croak');
 ok($res,   'dispell magic 2 is valid');
 
 SKIP: {
- skip 'No nice uvar magic for this perl', 41 unless VMG_UVAR;
+ skip 'No nice uvar magic for this perl' => 41 unless VMG_UVAR;
 
  $n = 3;
  @c = (0) x $n;