File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -115,4 +115,33 @@ Perl 6は小さな言語ではありません。したがって、この言語
115
115
116
116
--------
117
117
118
- <!-- Note: This translation is partially completed -->
118
+ ## ビジョン
119
+
120
+ > Perl 6の機能について調べているときにp6docとdocs.perl6.orgがこの世界で一番の情報源になってほしい。
121
+ > それは言語自体においても、組み込みの型においても、ルーチンにおいてもそうであってほしい。
122
+ > この文書がすべてのPerl 6プログラマーにとって便利なものになってほしい。
123
+ > -- moritz
124
+
125
+ --------
126
+
127
+ # 環境変数
128
+
129
+ - ` P6_DOC_TEST_VERBOSE ` をtrueにするとテストの実行中に詳細なメッセージを表示することができます。実行に失敗したデストをデバッグするときに便利です。
130
+ - ` P6_DOC_TEST_FUDGE ` は ` xt/examples-compilation.t ` において、``skip-test` なコードを TODO として実行するようにします。
131
+
132
+ # LICENSE
133
+
134
+ The code in this repository is available under the Artistic License 2.0
135
+ as published by The Perl Foundation. See the [ LICENSE] ( LICENSE ) file for the full
136
+ text.
137
+
138
+ This repository also contains code authored by third parties that may be licensed under a different license. Such
139
+ files indicate the copyright and license terms at the top of the file. Currently these include:
140
+
141
+ * jQuery and jQuery UI libraries: Copyright 2015 jQuery Foundation and other contributors; [ MIT License] ( http://creativecommons.org/licenses/MIT )
142
+ * [ jQuery Cookie plugin] ( https://github.com/js-cookie/js-cookie ) :
143
+ Copyright 2006, 2015 Klaus Hartl & Fagner Brack;
144
+ [ MIT License] ( http://creativecommons.org/licenses/MIT )
145
+ * Examples from Stack Overflow [ MIT License] ( http://creativecommons.org/licenses/MIT ) ; ([ ref #1 ] ( http://stackoverflow.com/a/43669837/215487 ) for [ 1f7cc4e] ( https://github.com/perl6/doc/commit/1f7cc4efa0da38b5a9bf544c9b13cc335f87f7f6 ) )
146
+ * Table sorter plugin from https://github.com/christianbach/tablesorter ;
147
+ [ MIT License] ( http://creativecommons.org/licenses/MIT )
You can’t perform that action at this time.
0 commit comments