Modified:
docs/Perl6/Spec/S04-control.pod
Log:
[S04] 'constant' now scopes like 'our'
TimToday++ changed that in S03 a while back, and forgot to update it here too.
Modified: docs/Perl6/Spec/S04-control.pod
===================================================================
--- docs/Perl6/Spec/S04-control.pod 2009-07-03 15:09:52 UTC (rev 27384)
+++ docs/Perl6/Spec/S04-control.pod 2009-07-03 16:48:33 UTC (rev 27385)
@@ -94,7 +94,7 @@
As in Perl 5, "C<our $foo>" introduces a lexically scoped alias for
a variable in the current package.
-The new C<constant> declarator introduces a lexically scoped name
+The new C<constant> declarator introduces an "our"-scoped name
for a compile-time constant, either a variable or named value, which
may be initialized with a pseudo-assignment: