Re: [Catalyst] Catalyst and Dist::Zilla?

2012-07-06 Thread Eden Cardim
> "Bill" == Bill Moseley writes: Bill> So you are saying move root to share/root and let everything in root Bill> get managed like a share directory?    Bill> $c->path_to uses $c->config->{home} as its base.   So, it's really Bill> $c->config->{home} that would need to be cha

Re: [Catalyst] Catalyst and Dist::Zilla?

2012-07-06 Thread Bill Moseley
On Fri, Jul 6, 2012 at 4:42 AM, Eden Cardim wrote: > > What I've done before is to move root and other directories into share > and use the ShareDir plugin. You will need to adjust $c->path_to to > point to the share dir appropriately, I've been planning to submit a > patch for this, but haven't

Re: [Catalyst] Catalyst and Dist::Zilla?

2012-07-06 Thread Eden Cardim
> "Bill" == Bill Moseley writes: Bill> Is there an existing way to get Dist::Zilla to build a Makefile.PL Bill> that will bring "root" into blib for installation? Bill> I'd be happy to move away from Module::Install::Catalyst since it Bill> does a copy every time I run Makefi