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 > down the road you can delete the Acme:: version.
Some good suggestions in this thread, including from Neil, but the above strikes me as an abuse of Acme::. If I encounter a module in Acme:: I expect it to be a genuine silly module, not a work-in-progress of a serious module. If everybody starts putting unfinished serious modules in Acme, it makes it harder to find the fun! Smylers -- http://twitter.com/Smylers2