# from Andy Lester
# on Monday 29 October 2007 09:43:

>I think it'd be a good idea if META.yml had fields that say where the
>   bug queue is, and where the source code lives.

It already does.

>   Also, a project home page would be swell as well.

In the 'resources' hash, the 'bugtracker', 'repository', and 'homepage' 
keys are defined in the spec.

  http://module-build.sourceforge.net/META-spec-current.html#resources

In your Build.PL, just use the 'meta_merge' key.

  meta_merge => { resources => { repository => ... } },

See e.g.
  http://search.cpan.org/src/KWILLIAMS/Module-Build-0.2808/Build.PL

--Eric
-- 
Introducing change is like pulling off a bandage: the pain is a memory
almost as soon as you feel it.
--Paul Graham
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------

Reply via email to