Modified:
docs/Perl6/Spec/S11-modules.pod
Log:
trivial ws chg to test commit access
Modified: docs/Perl6/Spec/S11-modules.pod
===================================================================
--- docs/Perl6/Spec/S11-modules.pod 2009-07-05 01:54:11 UTC (rev 27411)
+++ docs/Perl6/Spec/S11-modules.pod 2009-07-05 02:53:43 UTC (rev 27412)
@@ -54,7 +54,7 @@
As with an initial C<::>, the presence of a C<::> within the name
does not imply globalness (unlike in Perl 5).
-The default namespace for the main program is C<GLOBAL>.
+The default namespace for the main program is C<GLOBAL>.
(Putting C<module GLOBAL;> at the top of your program
is redundant, except insofar as it tells Perl that the code is Perl
6 code and not Perl 5 code. But it's better to say "use v6" for that.)