book namespace advice

2009-08-06 Thread Fayland Lam
I'm writing a free perl book in Chinese http://github.com/fayland/chinese-perl-book/tree/master and I'm wondering if it's OK to upload it to CPAN since it's popular and easy to share with others. if it's OK, which namespace is suit for the book? Book::? Acme::Book::? or POD::Book::? Thanks. --

Re: book namespace advice

2009-08-06 Thread Shlomi Fish
Hi! Here are my thoughts about the matter. On Thursday 06 August 2009 10:16:24 Fayland Lam wrote: I'm writing a free perl book in Chinese http://github.com/fayland/chinese-perl-book/tree/master Well, first of all - thanks for your effort. We could always use more online books about Perl.

Re: book namespace advice

2009-08-06 Thread Fayland Lam
Shlomi Fish wrote: Hi! Here are my thoughts about the matter. On Thursday 06 August 2009 10:16:24 Fayland Lam wrote: I'm writing a free perl book in Chinese http://github.com/fayland/chinese-perl-book/tree/master Well, first of all - thanks for your effort. We could always use more

Speaking of namespace advice...

2009-08-06 Thread Curtis Jewell
I've got a module that... well, the idea is that it's the Module::CoreList for Strawberry. What should I call it? Module::List::Strawberry and Strawberry::ModuleList both come to mind. Here's the hashes so far: %release = ( '5.008009002' = { 'C:' = { 'uname' = 'Win32 strawberryperl

Binary building of XS components

2009-08-06 Thread Kartik Thakore
After having a discussion with cromatic about SDL perl bindings, we came to the conclusion that providing binary packages of xs libraries would solve our build issues. Where do I get contributers to compile sdl bindings for several different platforms? Kartik Thakore

Re: Speaking of namespace advice...

2009-08-06 Thread Aldo Calpini
Curtis Jewell wrote: I've got a module that... well, the idea is that it's the Module::CoreList for Strawberry. What should I call it? Module::List::Strawberry and Strawberry::ModuleList both come to mind. what's wrong with just Module::CoreList::Strawberry? cheers, Aldo

Re: Binary building of XS components

2009-08-06 Thread Shlomi Fish
Hi! On Thursday 06 August 2009 14:53:23 Kartik Thakore wrote: After having a discussion with cromatic about SDL perl bindings, we came to the conclusion that providing binary packages of xs libraries would solve our build issues. Where do I get contributers to compile sdl bindings for

Re: Binary building of XS components

2009-08-06 Thread Shlomi Fish
On Thursday 06 August 2009 16:28:43 Kartik Thakore wrote: Wow that's more then I expected! I 3 the perl community. Also what about windows and macs? Microsoft Windows and the Apple Macintosh are Evil, proprietary platforms and we must not support them! Just kidding here. Yes, we should

Re: Speaking of namespace advice...

2009-08-06 Thread Rafael Garcia-Suarez
Curtis Jewell wrote in perl.module-authors : I've got a module that... well, the idea is that it's the Module::CoreList for Strawberry. What should I call it? Module::List::Strawberry and Strawberry::ModuleList both come to mind. Module::CoreList::Strawberry ? Here's the hashes so far: By

Re: Speaking of namespace advice...

2009-08-06 Thread Curtis Jewell
On Thu, 06 Aug 2009 10:51 +, Rafael Garcia-Suarez rgarciasua...@gmail.com wrote: Curtis Jewell wrote in perl.module-authors : I've got a module that... well, the idea is that it's the Module::CoreList for Strawberry. What should I call it? Module::List::Strawberry and