forked from Antisunny/doc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a page with a list of modules/tool related to module developpement
- Loading branch information
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
=begin pod | ||
=TITLE Modules and Tools related to module developpment | ||
=SUBTITLE What can help you write/test/improve your module(s) | ||
Here is a list of modules that you can find on Perl 6 ecosystem | ||
that aims to make the experiences of developping Perl 6 modules | ||
more fun. | ||
=head1 Modules builder and Authoring tools | ||
Here some modules/tools that can help you with generating files that are part | ||
of a module. | ||
=item L<App::Mi6|http://modules.perl6.org/dist/App::Mi6> Minimal authoring tool for Perl6 | ||
=head1 Tests | ||
Some tests related modules | ||
=item L<Test::META|http://modules.perl6.org/dist/Test::META> Test your META6.info file | ||
=item L<Test::Output|http://modules.perl6.org/dist/Test::Output> Test the output to STDOUT and STDERR your program generates | ||
=head1 NativeCall | ||
Here some modules to help you work with NativeCall. | ||
=item L<NativeHelpers::Array|http://modules.perl6.org/dist/NativeHelpers::Array> Provides routines to deal with CArray | ||
=item L<App::GPTrixie|http://modules.perl6.org/dist/App::GPTrixie> Generate NativeCall code from C headers file | ||
=item L<NativeCall::TypeDiag|http://modules.perl6.org/dist/NativeCall::TypeDiag> Provides routines to test your CStruct | ||
=end pod |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters