Re: Integrating the (old) Module::Install changes from this list

2006-02-24 Thread Adam Kennedy
To be honest, I'm not sure exactly what it's purpose is. I believe it's to help distinguish between when the installer is being run by the author, and when it is being run by an end-user. Beyond that I have no idea at present. I've gone with './inc/_author' for now as the most-recommended opt

Re: Integrating the (old) Module::Install changes from this list

2006-02-24 Thread Craig A. Berry
At 10:28 PM +1100 2/24/06, Adam Kennedy wrote: >Lets assume for the moment I'm not changing the default filename for now >(mainly because I don't actually understand what it does yet) can someone tell >me what is the VMS equivalent of: > >-d 'inc/.author' The problem is that the dot is the direc

Re: Integrating the (old) Module::Install changes from this list

2006-02-24 Thread John E. Malmberg
Adam Kennedy wrote: Hi guys I've just (hand) merged the previously reported patch to add VMS support to Module::Install, and I've got a few questions. Most of the items were ok, but I have a question regarding .author->_author. Lets assume for the moment I'm not changing the default filena

Integrating the (old) Module::Install changes from this list

2006-02-24 Thread Adam Kennedy
Hi guys I've just (hand) merged the previously reported patch to add VMS support to Module::Install, and I've got a few questions. Most of the items were ok, but I have a question regarding .author->_author. Lets assume for the moment I'm not changing the default filename for now (mainly bec