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 5.8.9.2 #1 Wed Jul 29 18:54:19
  2009 i386', 
  'reldate' = 'Wed Jul 29 18:54:19 2009',
  'version' = '5.8.9.2',
},
...

%version = (
  '5.008009002' = {
'AnyDBM_File'   = '1.00',
'App::Prove'= '3.17',
'App::Prove::State' = '3.17',
'App::Prove::State::Result'= '3.17',
'App::Prove::State::Result::Test'= '3.17',
'Archive::Tar'  = '1.52',
'Archive::Tar::Constant'= '0.02',
'Archive::Tar::File'= '0.02',
'Archive::Zip'  = '1.30',
...

--Curtis
--
Curtis Jewell
swords...@csjewell.fastmail.us

%DCL-E-MEM-BAD, bad memory
-VMS-F-PDGERS, pudding between the ears

[I use PC-Alpine, which deliberately does not display colors and pictures in 
HTML mail]



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 the way, did you notice that perl comes with a script
that helps generating the Module::CoreList data ?

http://perl5.git.perl.org/perl.git/blob_plain/HEAD:/Porting/corelist.pl

It can be helpful, I suppose.

-- 
Is it any wonder the world's gone insane, with information come to be
the only real medium of exchange ? -- Thomas Pynchon, Gravity's Rainbow


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
  Strawberry::ModuleList both come to mind.
 
 Module::CoreList::Strawberry ?

Since you're the third person that's said that, I think that's what I'll
go with.

  Here's the hashes so far:
 
 By the way, did you notice that perl comes with a script
 that helps generating the Module::CoreList data ?
 
 http://perl5.git.perl.org/perl.git/blob_plain/HEAD:/Porting/corelist.pl
 
 It can be helpful, I suppose.

Yes, I did. I altered it to do the collection. Would have taken lots of
hours otherwise. :)  Don't have the updated script as complete as I'd
like, but it did the trick.

--Curtis
--
Curtis Jewell
swords...@csjewell.fastmail.us

%DCL-E-MEM-BAD, bad memory
-VMS-F-PDGERS, pudding between the ears

[I use PC-Alpine, which deliberately does not display colors and pictures in 
HTML mail]