Author: lwall
Date: 2009-09-02 21:48:23 +0200 (Wed, 02 Sep 2009)
New Revision: 28172

Modified:
   docs/Perl6/Spec/S01-overview.pod
Log:
[S01] also allow a .p6 to be indicative of Perl 6 code


Modified: docs/Perl6/Spec/S01-overview.pod
===================================================================
--- docs/Perl6/Spec/S01-overview.pod    2009-09-02 18:21:39 UTC (rev 28171)
+++ docs/Perl6/Spec/S01-overview.pod    2009-09-02 19:48:23 UTC (rev 28172)
@@ -13,8 +13,8 @@
 
     Created: 10 Aug 2004
 
-    Last Modified: 30 Jan 2007
-    Version: 6
+    Last Modified: 2 Sep 2009
+    Version: 7
 
 This document originally summarized Apocalypse 1, which covers the
 initial design concept.  That original summary may be found below
@@ -111,6 +111,9 @@
     use v6.0;
     v6;
 
+Also, a file with a C<.p6> extension may be taken as indicative,
+though C<.pl> is perfectly acceptable with one of the other indicators.
+
 =item *
 
 Migration in the other direction is also important.  In PerlĀ 6

Reply via email to