Author: pmichaud
Date: 2009-06-08 17:20:31 +0200 (Mon, 08 Jun 2009)
New Revision: 27033
Modified:
docs/Perl6/Spec/S11-modules.pod
Log:
Remove line about "module Foo;" needing to be first in file.
Modified: docs/Perl6/Spec/S11-modules.pod
===================================================================
--- docs/Perl6/Spec/S11-modules.pod 2009-06-08 08:18:53 UTC (rev 27032)
+++ docs/Perl6/Spec/S11-modules.pod 2009-06-08 15:20:31 UTC (rev 27033)
@@ -34,8 +34,6 @@
module Bar {...} # block is in module Bar
-The first form is allowed only as the first statement in the file.
-
A named module declaration can occur as part of an expression, just like
named subroutine declarations.