]> git.vpit.fr Git - perl/modules/Lexical-Types.git/blobdiff - lib/Lexical/Types.pm
Switch to qw<>
[perl/modules/Lexical-Types.git] / lib / Lexical / Types.pm
index 3593a2be5cd6eee815390cbf65edea6cc8612362..4bffba8c828a54b78097a238a61ae90e2ecc1b77 100644 (file)
@@ -221,7 +221,7 @@ If you prefer to use constants rather than creating empty packages, you can repl
 
     sub import {
      my $pkg = caller;
-     for (qw/Str Int/) {
+     for (qw<Str Int>) {
       my $type = __PACKAGE__ . '::' . $_;
       no strict 'refs';
       no warnings 'redefine';