Re: [Module::Build] M::B and no_index
Status: Beta
Brought to you by:
kwilliams
From: David G. <da...@hy...> - 2006-03-24 23:36:07
|
Randy W. Sims wrote: > In the Module::Build directory, run > > perl Build.PL > ./Build > > Then copy 'blib/lib' to your distro: > > cp -r blib/lib/* ~/Foo/inc/ And don't forget to add inc/ to your META.yml 'no_index' list. David |