This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow a closing brace after an "use VERSION"
authorVincent Pit <vince@profvince.com>
Sat, 28 Nov 2009 12:27:02 +0000 (13:27 +0100)
committerVincent Pit <vince@profvince.com>
Sat, 28 Nov 2009 12:27:02 +0000 (13:27 +0100)
commit17c59fdf7540adaf656e96fe6d48b58dab391dc0
tree8ebc8c43e0cc725ea00bee7431183cac05cbe5fc
parent162177c1aed1991639f7f0da64e918c034e1148a
Allow a closing brace after an "use VERSION"

This fixes [perl #70884] : use VERSION in BLOCK without semicolon -> syntax error
t/comp/use.t
toke.c