This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
alphabetically sort flag descriptions in embed.fnc
[perl5.git] / toke.c
diff --git a/toke.c b/toke.c
index 2d383b3..9df0ff2 100644 (file)
--- a/toke.c
+++ b/toke.c
@@ -7014,6 +7014,7 @@ Perl_yylex(pTHX)
 
        case KEY_package:
            s = force_word(s,WORD,FALSE,TRUE,FALSE);
+           s = SKIPSPACE1(s);
            s = force_strict_version(s);
            OPERATOR(PACKAGE);