This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
support "package Foo { ... }"
authorZefram <zefram@fysh.org>
Mon, 19 Apr 2010 19:37:25 +0000 (20:37 +0100)
committerDavid Golden <dagolden@cpan.org>
Thu, 20 May 2010 22:56:11 +0000 (18:56 -0400)
commit4e4da3acc11d96d134ed1dc0effd641e7bedb0ca
treece3ff5f214a7e854b3065056f8cb48208ba47e30
parent39f3f7f442aed93239540238d19a15f6020da747
support "package Foo { ... }"

Package block syntax limits the scope of the package declaration to the
attached block.  It's cleaner than requiring the declaration to come
inside the block.
MANIFEST
perly.act
perly.h
perly.tab
perly.y
pod/perlfunc.pod
t/comp/package_block.t [new file with mode: 0644]
toke.c
util.c