Author: ruoso
Date: 2008-12-18 19:26:20 +0100 (Thu, 18 Dec 2008)
New Revision: 24472

Modified:
   docs/Perl6/Spec/S11-modules.pod
Log:
[spec] Foo::Bar::.EXPORTALL instead of Foo::Bar.EXPORTALL

Modified: docs/Perl6/Spec/S11-modules.pod
===================================================================
--- docs/Perl6/Spec/S11-modules.pod     2008-12-18 18:02:36 UTC (rev 24471)
+++ docs/Perl6/Spec/S11-modules.pod     2008-12-18 18:26:20 UTC (rev 24472)
@@ -106,7 +106,7 @@
     }
 
 The C<Foo> module will export C<&foo>, C<&bar> and C<&baz> by default;
-calling C<Foo::Bar.EXPORTALL> will export C<&bar> and C<&baz> at runtime
+calling C<Foo::Bar::.EXPORTALL> will export C<&bar> and C<&baz> at runtime
 to the caller's package.
 
 Any proto declaration that is not declared "my" is exported by default.

Reply via email to