Re: "throw away" module namespace

2014-12-16 Thread Smylers
Neil Bowers writes: > You could put the modules in Acme::, which is another way of saying > “you can’t rely on this in any way”. For example if you think the > module is going to be Yak::Shave, you’d create Acme::Yak::Shave. If > the name settles down, then you can release a non Acme version. Then

Re: "throw away" module namespace

2014-12-14 Thread Karen Etheridge
All the suggestions so far are bang on -- I just have one more: prepan.org is a great place to post your module and get early feedback on it!

Re: "throw away" module namespace

2014-12-13 Thread Chris Marshall
Thanks! I appreciate all the suggestions. --Chris On Sat, Dec 13, 2014 at 12:56 PM, Karen Etheridge wrote: > > All the suggestions so far are bang on -- I just have one more: prepan.org > is a great place to post your module and get early feedback on it! >

Paging Andreas König… [was: "throw away" module namespace]

2014-12-13 Thread Aristotle Pagaltzis
* Chris Marshall [2014-12-12 17:35]: > I thought I read somewhere that there is a way to have > a "non-comittal" CPAN module in the sense that there was a namespace > that *would* allow one to delete a module rather than having it in > perpetuity? IIRC there was a change to PAUSE recently in whic

Re: "throw away" module namespace

2014-12-12 Thread Neil Bowers
Hi Chris, > I'm working on some new module development and I would like to make the > progress available via CPAN and for testing, I don't want to start claiming > package namespaces until things settle down. > > I thought I read somewhere that there is a way to have a "non-comittal" CPAN > mo

Re: "throw away" module namespace

2014-12-12 Thread Christian Walde
On Fri, 12 Dec 2014 17:33:58 +0100, Chris Marshall wrote: All- I'm working on some new module development and I would like to make the progress available via CPAN and for testing, I don't want to start claiming package namespaces until things settle down. I thought I read somewhere that the

Re: "throw away" module namespace

2014-12-12 Thread James E Keenan
On 12/12/2014 11:38 AM, Yanick Champoux wrote: On 14-12-12 11:33 AM, Chris Marshall wrote: Else, any recommendations on how to accomplish the goal of not locking in the namespaces until the organization of the various components settle down? Just throwing ideas: an alternative would be to have

Re: "throw away" module namespace

2014-12-12 Thread Yanick Champoux
On 14-12-12 11:33 AM, Chris Marshall wrote: > Else, any recommendations on how to > accomplish the goal of not locking in the > namespaces until the organization of the > various components settle down? Just throwing ideas: an alternative would be to have your module lives on GitHub, and use the f

"throw away" module namespace

2014-12-12 Thread Chris Marshall
All- I'm working on some new module development and I would like to make the progress available via CPAN and for testing, I don't want to start claiming package namespaces until things settle down. I thought I read somewhere that there is a way to have a "non-comittal" CPAN module in the sense th