X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=blobdiff_plain;f=lib%2FLexical%2FTypes.pm;h=4bffba8c828a54b78097a238a61ae90e2ecc1b77;hp=3593a2be5cd6eee815390cbf65edea6cc8612362;hb=bf1b09f4ab8df1710df549764d511b110c6cb396;hpb=67165b7d215ffac8a1c56642fbffbf2715b9e6d1 diff --git a/lib/Lexical/Types.pm b/lib/Lexical/Types.pm index 3593a2b..4bffba8 100644 --- a/lib/Lexical/Types.pm +++ b/lib/Lexical/Types.pm @@ -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) { my $type = __PACKAGE__ . '::' . $_; no strict 'refs'; no warnings 'redefine';