Skip to content

Commit 97dabe1

Browse files
committed
[README] add vision; update outdated answer
1 parent e9f2f73 commit 97dabe1

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ A: Several reasons:
4242
more potential contributors and editors.
4343

4444
Q: Should I include methods from superclasses or roles
45-
A: No. In time we'll develop a mechanism to extract those
46-
automatically. Including all inherited methods manually
47-
simply doesn't scale.
45+
A: No. The HTML version already includes methods from superclasses and
46+
roles, and the p6doc script will be taught about those as well.
4847

4948
Q: Which license is this stuff under?
5049
A: Both code and documentation are available under the Artistic License 2.0
@@ -53,6 +52,15 @@ A: Both code and documentation are available under the Artistic License 2.0
5352

5453
--------
5554

55+
Vision
56+
57+
I want p6doc and doc.perl6.org to become the No. 1 resource to consult
58+
when you want to know something about a Perl 6 type or routine (be it
59+
method, sub or operator). I want it to be useful to every Perl 6 programmer.
60+
-- moritz
61+
62+
--------
63+
5664
Wishlist stuff:
5765

5866
* Search terms like ".any", "any()", "&any", "::Any", etc. can be

0 commit comments

Comments
 (0)