This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
authorGurusamy Sarathy <gsar@cpan.org>
Wed, 26 Jan 2000 21:45:41 +0000 (21:45 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Wed, 26 Jan 2000 21:45:41 +0000 (21:45 +0000)
commit0120eecf48d66b2c5ac028f653ce37c6a866b26b
tree4672762c58abfd7b87c1c311161e80225991136b
parent58231d3970cba2e1fc56f38812334ee802d7acf6
revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
and C<my $foo : a : b : c> are all valid (from Spider Boardman)

p4raw-id: //depot/perl@4907
lib/AutoSplit.pm
lib/SelfLoader.pm
lib/attributes.pm
pod/perldelta.pod
pod/perldiag.pod
pod/perlsub.pod
t/op/attrs.t
toke.c