Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

r27305 - docs/Perl6/Spec

0 views
Skip to first unread message

pugs-c...@feather.perl6.nl

unread,
Jun 29, 2009, 5:09:10 AM6/29/09
to perl6-l...@perl.org
Author: mvuets
Date: 2009-06-29 11:09:10 +0200 (Mon, 29 Jun 2009)
New Revision: 27305

Modified:
docs/Perl6/Spec/S02-bits.pod
docs/Perl6/Spec/S06-routines.pod
docs/Perl6/Spec/S12-objects.pod
docs/Perl6/Spec/S17-concurrency.pod
Log:
[Spec] Minor formatting fixes

Modified: docs/Perl6/Spec/S02-bits.pod
===================================================================
--- docs/Perl6/Spec/S02-bits.pod 2009-06-29 08:22:16 UTC (rev 27304)
+++ docs/Perl6/Spec/S02-bits.pod 2009-06-29 09:09:10 UTC (rev 27305)
@@ -2591,7 +2591,7 @@
<STDIN> >> is also disallowed.) Empty lists are better written with
C<()> or C<Nil> in any case because C<< <> >> will often be misread
as meaning C<('')>. (Likewise the subscript form C<< %foo<> >>
-should be written C<%foo{}> to avoid misreading as C<@foo{''}.)
+should be written C<%foo{}> to avoid misreading as C<@foo{''}>.)
If you really want the angle form for stylistic reasons, you can
suppress the error by putting a space inside: C<< < > >>.

Modified: docs/Perl6/Spec/S06-routines.pod
===================================================================
--- docs/Perl6/Spec/S06-routines.pod 2009-06-29 08:22:16 UTC (rev 27304)
+++ docs/Perl6/Spec/S06-routines.pod 2009-06-29 09:09:10 UTC (rev 27305)
@@ -2619,7 +2619,7 @@
quasi { my $COMPILING::new_variable; my $private_var; ... }
quasi :COMPILING { my $new_variable; { my $private_var; ... } }

-(Note that C<:COMPILING> has additional effects described in L<Macros>.)
+(Note that C<:COMPILING> has additional effects described in L</Macros>.)

=head1 Other matters

Modified: docs/Perl6/Spec/S12-objects.pod
===================================================================
--- docs/Perl6/Spec/S12-objects.pod 2009-06-29 08:22:16 UTC (rev 27304)
+++ docs/Perl6/Spec/S12-objects.pod 2009-06-29 09:09:10 UTC (rev 27305)
@@ -223,7 +223,7 @@
C<has> semantics. So instead of installing a symbol into a lexical
or package symbol table, they merely install a public or private
method in the current class or role via calls to its metaobject.
-(Likewise for C<submethod> declarations--see L<Submethods> below.)
+(Likewise for C<submethod> declarations--see L</Submethods> below.)

Use of an explicit C<has> declarator has no effect on the declaration.
You may install additional aliases to the method in the lexical scope

Modified: docs/Perl6/Spec/S17-concurrency.pod
===================================================================
--- docs/Perl6/Spec/S17-concurrency.pod 2009-06-29 08:22:16 UTC (rev 27304)
+++ docs/Perl6/Spec/S17-concurrency.pod 2009-06-29 09:09:10 UTC (rev 27305)
@@ -235,7 +235,6 @@
development this is a attempt to document working concurrency issues, list the
remaining todos and mark the probably obsolete and redundant points.

-
=head2 Overview

Concurrency can take many forms in Perl 6. With varying degrees of
@@ -429,13 +428,10 @@
from a socket) will cause a fatal error when called inside the call chain
of an Atomic Code block.

-
=head2 Coroutines

Coroutines are covered in S07

-=back
-
=head2 Threads

All outside of a thread defined variables are

0 new messages