|
Posted by Rohan R. Almeida on June 29, 2005, 12:45 pm
Please log in for more thread options
Hi,
I've submitted a request at PAUSE for registering a namespace for
a module I would like to implement. Can anyone tell me the
average turnaround time for a response. Does a negative response
mean no response?
From "perldoc perlnewmod":
ask the modules list at "modules@perl.org". Remember that this
is a closed list with a very long turn-around time - be
prepared to wait a good while for a response from them
Man oh man.. Can anyone please tell me their personal experience,
and what was the average turn-around time?
Thanks.
--
Rohan
|
|
Posted by Tassilo v. Parseval on June 29, 2005, 10:06 am
Please log in for more thread options
Also sprach Rohan R. Almeida:
> I've submitted a request at PAUSE for registering a namespace for
> a module I would like to implement. Can anyone tell me the
> average turnaround time for a response. Does a negative response
> mean no response?
>
> From "perldoc perlnewmod":
>
> ask the modules list at "modules@perl.org". Remember that this
> is a closed list with a very long turn-around time - be
> prepared to wait a good while for a response from them
>
> Man oh man.. Can anyone please tell me their personal experience,
> and what was the average turn-around time?
It might be anything, even indefinite. My experience is that requests
for namespace registrations frequently get dropped. I think this is
because there are not so many people who could carry out these
registrations and they are most probably busy doing other things as
well.
By and large I stopped worrying about registering modules. It serves
little purpose.
Tassilo
--
use bigint;
$n=71423350343770280161397026330337371139054411854220053437565440;
$m=-8,;;$_=$n&(0xff)<<$m,,$_>>=$m,,print+chr,,while(($m+=8)<=200);
|
|
Posted by Rohan R. Almeida on June 29, 2005, 1:48 pm
Please log in for more thread options
Tassilo v. Parseval wrote:
>
> It might be anything, even indefinite. My experience is that requests
> for namespace registrations frequently get dropped. I think this is
> because there are not so many people who could carry out these
> registrations and they are most probably busy doing other things as
> well.
>
> By and large I stopped worrying about registering modules. It serves
> little purpose.
>
Thanks. Does this mean its ok to go ahead and code my module and
upload it to my CPAN space?
I do have a CPAN directory, but no modules yet. This is my first
time :-)
--
Rohan
|
|
Posted by Gunnar Hjalmarsson on June 29, 2005, 11:28 am
Please log in for more thread options
Rohan R. Almeida wrote:
> Tassilo v. Parseval wrote:
>> By and large I stopped worrying about registering modules. It serves
>> little purpose.
>
> Thanks. Does this mean its ok to go ahead and code my module and upload
> it to my CPAN space?
Registered or not, it's always a good idea to discuss its intended
purpose, namespace, etc. with others first. Maybe there is a natural
forum to do so considering the nature of the module; otherwise such
requests for comments are often posted here.
> I do have a CPAN directory, but no modules yet. This is my first time :-)
Good luck as a CPAN contributor. :)
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
|
|
Posted by Tassilo v. Parseval on June 29, 2005, 12:29 pm
Please log in for more thread options
Also sprach Rohan R. Almeida:
> Tassilo v. Parseval wrote:
>>
>> It might be anything, even indefinite. My experience is that requests
>> for namespace registrations frequently get dropped. I think this is
>> because there are not so many people who could carry out these
>> registrations and they are most probably busy doing other things as
>> well.
>>
>> By and large I stopped worrying about registering modules. It serves
>> little purpose.
>>
>
> Thanks. Does this mean its ok to go ahead and code my module and
> upload it to my CPAN space?
Yes, by all means. The only thing that should be taken into account on
the first release of a new module is the namespace you choose. If
unsure, discussing it here is a good idea.
> I do have a CPAN directory, but no modules yet. This is my first
> time :-)
There's nothing to worry about. For a first-time submission your focus
should additionally be on making a module and tarball that adheres to
the CPAN standards. This is very easy with tools such as 'h2xs' or any
of the other module-skeleton creators that exist out there.
Tassilo
--
use bigint;
$n=71423350343770280161397026330337371139054411854220053437565440;
$m=-8,;;$_=$n&(0xff)<<$m,,$_>>=$m,,print+chr,,while(($m+=8)<=200);
|
| Similar Threads | Posted | | After uploading to PAUSE | October 23, 2005, 9:22 pm |
| PAUSE not accepting uploads? | February 6, 2007, 8:27 pm |
| New module: Crypt::MatrixSSL - semi-announcement, and PAUSE uploading quesitons | January 26, 2005, 12:15 pm |
| PAUSE Definition of Pre-Alpha, Alpha, Beta and Released Software | August 14, 2007, 4:35 am |
| Upgrading to CPAN.pm v1.76 install Bundle::CPAN fails | May 10, 2005, 9:51 pm |
| Use CPAN or CPAN::Shell for LOCAL ONLY install from tarballs? | May 9, 2008, 1:04 pm |
| ANNOUNCE: Time::Out 0.01 | January 4, 2005, 11:30 pm |
| Writing row at a time in Excel using OLE | June 14, 2007, 1:43 pm |
| Reduce CPU time while using serialport? | September 6, 2007, 4:18 pm |
| Time::Local - month problem | December 15, 2004, 11:28 am |
|