]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
Correct a skip reason in t/18-hints.t
authorVincent Pit <vince@profvince.com>
Fri, 15 Jun 2012 12:40:43 +0000 (14:40 +0200)
committerVincent Pit <vince@profvince.com>
Fri, 15 Jun 2012 12:40:43 +0000 (14:40 +0200)
Copypasta is baaad.

t/18-hints.t

index 46a6b7f70f1b950e460f719f8e0d4ec986a14476..286dbe822e62ddc3bd970ec530c809fbb8a17893 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use Test::More tests => 2;
 
 SKIP: {
- skip 'This fails on perl 5.11.x even without using indirect' => 2
+ skip 'This fails on perl 5.11.x even without using Lexical::Types' => 2
                                               if "$]" >= 5.011 and "$]" < 5.012;
  local %^H = (a => 1);