Re: Namespace advice for Git-related package

2016-11-01 Thread James E Keenan
On 10/27/2016 11:25 AM, Smylers wrote: James E Keenan writes: Alternatively, Devel::Git::MultiBisect would indicate that this is a tool for Perl development use. And that's what I ultimately went with! This is indeed a developer's tool.

Re: Namespace advice for Git-related package

2016-10-27 Thread Smylers
James E Keenan writes: > I am in the process of developing a CPAN library which I am > considering calling Git-Multisect-Perl. ... > > 'Multisect::' is chosen to contrast with 'bisect'. That hadn't occurred to me. I read it as a contraction of ‘multiple sections’ or similar. > When we speak of

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

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: 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

Re: Namespace Advice

2005-04-08 Thread Reinhard Pagitsch
Hello Chris, Chris Dolan wrote: On Apr 6, 2005, at 11:06 AM, Reinhard Pagitsch wrote: I would suggest now to name the module Win32::Storage::ReadSummaryInfo. I like this better than before, but why not Win32::Document::SummaryInfo? Because not only MS documents can be read? There is also the

Re: Namespace Advice

2005-04-08 Thread Reinhard Pagitsch
Hello Chris, Chris Dolan wrote: On Apr 7, 2005, at 8:28 AM, Reinhard Pagitsch wrote: Hello Chris, Chris Dolan wrote: On Apr 6, 2005, at 11:06 AM, Reinhard Pagitsch wrote: I would suggest now to name the module Win32::Storage::ReadSummaryInfo. I like this better than before, but why not

Re: Namespace Advice

2005-04-07 Thread Chris Dolan
On Apr 6, 2005, at 11:06 AM, Reinhard Pagitsch wrote: I would suggest now to name the module Win32::Storage::ReadSummaryInfo. I like this better than before, but why not Win32::Document::SummaryInfo? Chris -- Chris Dolan, Software Developer, Clotho Advanced Media Inc. 608-294-7900, fax 294-7025,

Re: Namespace Advice

2005-04-07 Thread Chris Dolan
On Apr 7, 2005, at 8:28 AM, Reinhard Pagitsch wrote: Hello Chris, Chris Dolan wrote: On Apr 6, 2005, at 11:06 AM, Reinhard Pagitsch wrote: I would suggest now to name the module Win32::Storage::ReadSummaryInfo. I like this better than before, but why not Win32::Document::SummaryInfo? Because

Re: Namespace Advice

2005-04-06 Thread Reinhard Pagitsch
Hello Chris, Chris Dolan wrote: On Apr 5, 2005, at 2:44 AM, Reinhard Pagitsch wrote: Win32::File::Prop - Perl extension read property informations from MS compound files and normal files, if the properties are set. Question: Is this really Win32 specific? Are you using Windows-only

Re: Namespace Advice

2005-04-06 Thread Philippe 'BooK' Bruhat
Le mercredi 06 avril 2005 à 12:11, Smylers écrivait: Reinhard Pagitsch writes: Chris Dolan wrote: I think Document may be better than File in this case. My first impression was that Win32::File::Prop is would interact with Windows filesystem properties, like permissions, hidden

Re: Namespace Advice

2005-04-06 Thread Smylers
Philippe 'BooK' Bruhat writes: Le mercredi 06 avril 2005 à 12:11, Smylers écrivait: Also PropertySet makes it sounds that it _sets_ properties, whereas you said your module reads them. It all depends if you hear set as a noun or as a verb, doesn't it? Yes, but it's quite common for

Re: Namespace Advice

2005-04-06 Thread Reinhard Pagitsch
Hello Smylers, Smylers wrote: Reinhard Pagitsch writes: Chris Dolan wrote: I think Document may be better than File in this case. My first impression was that Win32::File::Prop is would interact with Windows filesystem properties, like permissions, hidden flags, ownership, etc. Or maybe

Namespace Advice

2005-04-05 Thread Reinhard Pagitsch
Hello, I finished my module Win32::File::Prop Here is an extract from the POD: Win32::File::Prop - Perl extension read property informations from MS compound files and normal files, if the properties are set. TODO: Adding support for OpenOffice and StarOffice documents. I thought I can name it

Re: Namespace Advice

2005-04-05 Thread Chris Dolan
On Apr 5, 2005, at 2:44 AM, Reinhard Pagitsch wrote: Win32::File::Prop - Perl extension read property informations from MS compound files and normal files, if the properties are set. Question: Is this really Win32 specific? Are you using Windows-only functionality, or would this module work

Seeking Namespace Advice (MVS OS/390 Mainframe Util.)

2005-03-24 Thread Paul Boin
I'm just about to finish up a module that someone might find useful. It emulates two utilities found on IBM Mainframes, IEBUPDTE and IEBPTPCH. For a general discussion, lets just say that these two utilities are similar to tar/untar. I wrote them so that I can bundle local files to upload,

Re: Seeking Namespace Advice (MVS OS/390 Mainframe Util.)

2005-03-24 Thread Nicholas Clark
On Thu, Mar 24, 2005 at 04:52:51PM -0500, Paul Boin wrote: I'm just about to finish up a module that someone might find useful. It emulates two utilities found on IBM Mainframes, IEBUPDTE and IEBPTPCH. For a general discussion, lets just say that these two utilities are similar to