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 fact that cpanm can also install modules directly from there: cpanm git://github.com/plack/Plack.git@devel Of course, it means the distro won't be tested by CPANTesters, but you could set up Travis to tide you over. Joy, `/anick