Skip to content

Commit dfad2e7

Browse files
committed
Spelling, more compact index title, add some modules
1 parent 5cce96b commit dfad2e7

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

doc/Language/modules-extra.pod

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
=begin pod
22
3-
=TITLE Modules and Tools related to module developpment
3+
=TITLE Module Development Utilities
44
55
=SUBTITLE What can help you write/test/improve your module(s)
66
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
99
more fun.
1010
1111
=head1 Modules builder and Authoring tools
@@ -14,7 +14,9 @@ Here some modules/tools that can help you with generating files that are part
1414
of a module.
1515
1616
=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
1820
1921
=head1 Tests
2022
@@ -23,6 +25,7 @@ Some tests related modules
2325
2426
=item L<Test::META|http://modules.perl6.org/dist/Test::META> Test your META6.info file
2527
=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
2629
2730
2831
=head1 NativeCall
@@ -35,4 +38,11 @@ Here some modules to help you work with NativeCall.
3538
=item L<NativeCall::TypeDiag|http://modules.perl6.org/dist/NativeCall::TypeDiag> Provides routines to test your CStruct
3639
3740
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

Comments
 (0)