Skip to content

Commit c18f617

Browse files
committed
Re-word spec faq
Fixes #772
1 parent cf8bf43 commit c18f617

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

doc/Language/faq.pod6

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,16 @@ Google is often outdated.
6666
You could also try searching the Freenode #perl6 IRC channel log via
6767
L<Google|https://www.google.co.uk/search?q=site:irclog.perlgeek.de+inurl:perl6>
6868
69-
=head2 What is the Perl 6 spec?
69+
=head2 What is the Perl 6 specification?
7070
71-
The "spec" refers to the official test suite for Perl 6. It's called
72-
roast and L<hosted on github|https://github.com/perl6/roast>. It
73-
is the measure of how complete a Perl 6 implementation is.
71+
The specification refers to the official test suite for Perl 6. It's called
72+
roast and is L<hosted on github|https://github.com/perl6/roast>. Any compiler
73+
that passes the tests is considered to implement that version of the Perl 6
74+
specification.
75+
76+
Roast's master branch corresponds to the latest development that isn't
77+
necessarily part of any specification yet, and has other branches that
78+
correspond to specific versions, e.g. "6c.errata".
7479
7580
=head2 Is there a glossary of Perl 6 related terms?
7681

0 commit comments

Comments
 (0)