13 August 2008 2:21pm

with Module::Install, add the following to your Makefile.PL:

    resources repository => 'http://...';

with MakeMaker, add the following to WriteMakefile (thanks claes):

    EXTRA_META => q{
    resources:
            repository: http://.../ [...]
    },


π