r28169 - docs/Perl6/Spec

2009-09-02 Thread pugs-commits
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 === ---

r28171 - docs/Perl6/Spec

2009-09-02 Thread pugs-commits
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

r28172 - docs/Perl6/Spec

2009-09-02 Thread pugs-commits
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

r28173 - docs/Perl6/Spec

2009-09-02 Thread pugs-commits
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 === ---

Perl 6 filename extensions (was Re: r28172 - docs/Perl6/Spec)

2009-09-02 Thread Darren Duncan
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 snip @@ -111,6 +111,9 @@ use v6.0; v6; +Also, a file

Re: Perl 6 filename extensions (was Re: r28172 - docs/Perl6/Spec)

2009-09-02 Thread Mark J. Reed
I thought I recalled seeing that the new convention was .p6m, .p6l, etc. I guess that idea was abandoned? -- Mark J. Reed markjr...@gmail.com

r28174 - docs/Perl6/Spec

2009-09-02 Thread pugs-commits
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

r28175 - docs/Perl6/Spec

2009-09-02 Thread pugs-commits
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 === ---