Re: module name for a tutorial or example or sample module

2012-06-08 Thread Aristotle Pagaltzis
* bulk 88 [2012-06-08 03:20]: > It only real purpose is to be copied into other XS modules and be > studied from. What namespace should it go under? CopyPasta::FastHash? :-) In all seriousness, I would pick Example::XS::FasterHashes. Or maybe just Example::FasterXSHashes. XS:: seems the wrong p

Re: module name for a tutorial or example or sample module

2012-06-08 Thread Zbigniew Łukasiak
On Fri, Jun 8, 2012 at 5:09 PM, Aristotle Pagaltzis wrote: > * bulk 88 [2012-06-08 03:20]: >> It only real purpose is to be copied into other XS modules and be >> studied from. What namespace should it go under? > > CopyPasta::FastHash? :-) > > In all seriousness, I would pick Example::XS::Faster

Continued life of my GitPan fork

2012-06-08 Thread Buddy Burden
Guys, About eight months ago, I asked this list a question about how to start a new repo based on a GitPan fork.[1] The concensus was, just fork it and leave it as a fork, because there's no disadvantages to that. Well, I found a (mild) disadvantage. :-/ GitHub has a way to filter your repos: P

Re: module name for a tutorial or example or sample module

2012-06-08 Thread M. Nunberg
It's already a common convention for module authors to have an 'eg' directory which contains examples. How about making this into a top level namespace (Generally top level namespaces are discouraged, but in this case it might be beneficial and encourage other authors to place more robust and

Re: Continued life of my GitPan fork

2012-06-08 Thread Aristotle Pagaltzis
* Buddy Burden [2012-06-08 19:40]: > Does anyone know of a possible fix for this? Do you have issues, wiki pages, or watchers that you don’t want to lose? If not it’s very simple: just delete the repo, create one with the exact same name, and do a git push. Otherwise it comes down to a GitHub qu