develooper Front page | perl.perl6.language | Postings from March 2010

r29949 - docs/Perl6/Spec

From:
pugs-commits
Date:
March 5, 2010 13:32
Subject:
r29949 - docs/Perl6/Spec
Message ID:
20100305213135.21494.qmail@feather.perl6.nl
Author: cjcollier
Date: 2010-03-05 22:31:35 +0100 (Fri, 05 Mar 2010)
New Revision: 29949

Modified:
   docs/Perl6/Spec/S11-modules.pod
Log:
removed extra "that is"

Modified: docs/Perl6/Spec/S11-modules.pod
===================================================================
--- docs/Perl6/Spec/S11-modules.pod	2010-03-05 21:17:57 UTC (rev 29948)
+++ docs/Perl6/Spec/S11-modules.pod	2010-03-05 21:31:35 UTC (rev 29949)
@@ -274,10 +274,9 @@
 exist; this differs from C<.import_alias>, which requires that the
 imported symbols I<not> already exist in the target scope.)
 
-Alternately, a filename may be mentioned directly, which installs
-a package that is effectively that is anonymous to the current lexical
-scope, and may only be accessed by whatever global names the module
-installs:
+Alternately, a filename may be mentioned directly, which installs a
+package that is effectively anonymous to the current lexical scope,
+and may only be accessed by whatever global names the module installs:
 
     require "/home/non/Sense.pm" <common @horse>;
 




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About