1
1
= begin pod
2
2
3
- = TITLE Modules and Tools related to module developpment
3
+ = TITLE Module Development Utilities
4
4
5
5
= SUBTITLE What can help you write/test/improve your module(s)
6
6
7
- Here is a list of modules that you can find on Perl 6 ecosystem
8
- that aims to make the experiences of developping Perl 6 modules
7
+ Here is a list of modules that you can find in the Perl 6 ecosystem
8
+ which aims to make the experiences of developing Perl 6 modules
9
9
more fun.
10
10
11
11
= head1 Modules builder and Authoring tools
@@ -14,7 +14,9 @@ Here some modules/tools that can help you with generating files that are part
14
14
of a module.
15
15
16
16
= item L < App::Mi6|http://modules.perl6.org/dist/App::Mi6 > Minimal authoring tool for Perl6
17
-
17
+ = item L < META6|http://modules.perl6.org/dist/META6 > Do things with Perl 6 META files
18
+ = item L < Module::Skeleton|http://modules.perl6.org/dist/Module::Skeleton > Generate a skeleton module
19
+ = item L < p6doc|http://modules.perl6.org/dist/p6doc > Generate documentation end-products
18
20
19
21
= head1 Tests
20
22
@@ -23,6 +25,7 @@ Some tests related modules
23
25
24
26
= item L < Test::META|http://modules.perl6.org/dist/Test::META > Test your META6.info file
25
27
= item L < Test::Output|http://modules.perl6.org/dist/Test::Output > Test the output to STDOUT and STDERR your program generates
28
+ = item L < Test::Screen|http://modules.perl6.org/dist/Proc::Screen > Use B < GNU screen > to test fullscreen VT applications
26
29
27
30
28
31
= head1 NativeCall
@@ -35,4 +38,11 @@ Here some modules to help you work with NativeCall.
35
38
= item L < NativeCall::TypeDiag|http://modules.perl6.org/dist/NativeCall::TypeDiag > Provides routines to test your CStruct
36
39
37
40
38
- = end pod
41
+ = head1 Sample modules
42
+
43
+ Modules that exist only as minimalist examples, tests for installers,
44
+ or skeletons.
45
+
46
+ = item L < Foo|http://modules.perl6.org/dist/Foo > A module with two distributions of different versions
47
+
48
+ = end pod
0 commit comments