Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
HTTPS is what the cool kids use
  • Loading branch information
zoffixznet committed May 30, 2016
1 parent 5a27d4b commit c7294bb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions doc/Language/modules-extra.pod
Expand Up @@ -14,35 +14,35 @@ more fun.
Some modules and tools to help you with generating files that are part
of a module distribution.
=item L<App::Mi6|http://modules.perl6.org/dist/App::Mi6> Minimal authoring tool for Perl6
=item L<META6|http://modules.perl6.org/dist/META6> Do things with Perl 6 META files
=item L<App::Mi6|https://modules.perl6.org/dist/App::Mi6> Minimal authoring tool for Perl6
=item L<META6|https://modules.perl6.org/dist/META6> Do things with Perl 6 META files
=item L<Module::Skeleton|https://bitbucket.org/rightfold/module-skeleton> Generate a skeleton module
=item L<p6doc|http://modules.perl6.org/dist/p6doc> Generate documentation end-products
=item L<p6doc|https://modules.perl6.org/dist/p6doc> Generate documentation end-products
=head1 Tests
Some tests of module quality.
=item L<Test::META|http://modules.perl6.org/dist/Test::META> Test your META6.json file
=item L<Test::Output|http://modules.perl6.org/dist/Test::Output> Test the output to STDOUT and STDERR your program generates
=item L<Test::Screen|http://modules.perl6.org/dist/Proc::Screen> Use B<GNU screen> to test fullscreen VT applications
=item L<Test::When|http://modules.perl6.org/dist/Test::When> Control when your tests are run (author testing, online testing, etc.)
=item L<Test::META|https://modules.perl6.org/dist/Test::META> Test your META6.json file
=item L<Test::Output|https://modules.perl6.org/dist/Test::Output> Test the output to STDOUT and STDERR your program generates
=item L<Test::Screen|https://modules.perl6.org/dist/Proc::Screen> Use B<GNU screen> to test fullscreen VT applications
=item L<Test::When|https://modules.perl6.org/dist/Test::When> Control when your tests are run (author testing, online testing, etc.)
=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
=item L<NativeHelpers::Array|https://modules.perl6.org/dist/NativeHelpers::Array> Provides routines to deal with CArray
=item L<App::GPTrixie|https://modules.perl6.org/dist/App::GPTrixie> Generate NativeCall code from C headers file
=item L<NativeCall::TypeDiag|https://modules.perl6.org/dist/NativeCall::TypeDiag> Provides routines to test your CStruct
=head1 Sample modules
Modules that exist only as minimalist examples, tests for installers,
or skeletons.
=item L<Foo|http://modules.perl6.org/dist/Foo> A module with two distributions of different versions
=item L<Foo|https://modules.perl6.org/dist/Foo> A module with two distributions of different versions
=end pod

0 comments on commit c7294bb

Please sign in to comment.