Author: lwall
Date: 2009-09-02 19:09:15 +0200 (Wed, 02 Sep 2009)
New Revision: 28169
Modified:
docs/Perl6/Spec/S05-regex.pod
Log:
[S05] document how :my works in regexen
Modified: docs/Perl6/Spec/S05-regex.pod
===
--- docs/Perl6/
Author: lwall
Date: 2009-09-02 20:21:39 +0200 (Wed, 02 Sep 2009)
New Revision: 28171
Modified:
docs/Perl6/Spec/S03-operators.pod
Log:
[S03] forbid List and Range as endpoint to ranges
Modified: docs/Perl6/Spec/S03-operators.pod
=
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
==
Author: lwall
Date: 2009-09-02 21:56:15 +0200 (Wed, 02 Sep 2009)
New Revision: 28173
Modified:
docs/Perl6/Spec/S02-bits.pod
Log:
[S02] document Rat and Complex literals
Modified: docs/Perl6/Spec/S02-bits.pod
===
--- docs/Perl6/Sp
pugs-comm...@feather.perl6.nl wrote:
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
@@ -111,6 +111,9 @@
use v6.0;
v6;
+Also, a file with
I thought I recalled seeing that the new convention was .p6m, .p6l,
etc. I guess that idea was abandoned?
--
Mark J. Reed
Author: lwall
Date: 2009-09-03 02:00:53 +0200 (Thu, 03 Sep 2009)
New Revision: 28174
Modified:
docs/Perl6/Spec/S01-overview.pod
Log:
[S01] generalize .p6 slightly as suggested by dduncan++
Modified: docs/Perl6/Spec/S01-overview.pod
=
Author: lwall
Date: 2009-09-03 07:18:16 +0200 (Thu, 03 Sep 2009)
New Revision: 28175
Modified:
docs/Perl6/Spec/S02-bits.pod
Log:
[S02] some clarification of $*foo searching
Modified: docs/Perl6/Spec/S02-bits.pod
===
--- docs/Perl