in reply to Re^2: My first cpan module - App::ForKids::LogicalPuzzleGenerator
in thread My first cpan module - App::ForKids::LogicalPuzzleGenerator
You can add the github details in your Makefile.PL under the META_MERGE key. Then it will appear in the sidebar for your module's page on metacpan.
The details are in the ExtUtils::MakeMaker docs (search for META_MERGE) but it is perhaps easier to see from an existing implementation such as List::Util: https://metacpan.org/source/PEVANS/Scalar-List-Utils-1.50/Makefile.PL.
|
|---|