Re: File::Path as "m" - I can't update it!

2015-06-15 Thread Ricardo Signes
* Andreas Koenig [2015-06-15T23:02:56] > The interface for assigning new maintainers on 'm' has deliberately been > disabled, so there is only either you want P5P to be 'f' or you want the > module list back. You and I both know which of those I want! > Thanks for your patience, Thanks, Andrea

Re: File::Path as "m" - I can't update it!

2015-06-15 Thread Andreas Koenig
> On Fri, 12 Jun 2015 12:02:39 -0400, Ricardo Signes said: >> File::Path,DLAND,c >> File::Path,FLORA,c >> File::Path,P5P,m >> File::Path,perl,c > If P5P was f instead of m, I could fix permissions. Since it's m, I'm not sure > what I can do. I'm guessing this affects a bunch of th

Re: Suggestion for module namespace

2015-06-15 Thread Ron Savage
Hi José Congratulations for the research and suggestions for a module's name. Have you also asked on http://prepan.org/? I do have 1 problem with your suggestion of Number::Convert::Roman. It does not mention Arabic. Why is that? It would make more sense to call the module Number::Convert::

Publication of Apache::Session::Browseable

2015-06-15 Thread Clément OUDOT
Hello, I published last week a new version of Apache::Session::Browseable but it appears as a non authorized release on the CPAN: http://search.cpan.org/~coudot/Apache-Session-Browseable-1.1/ The owner of the module (~guimard) has given me the rights to publish but it does not seem to work. Could

Suggestion for module namespace

2015-06-15 Thread José Santos
Hi, I have been working on a module that converts numbers between roman and arabic notations. Modules with similar funcionality already exist in CPAN: Text::Roman - Allows conversion between Roman and Arabic algarisms Math::Roman - Arbitrary sized Roman numbers and conversion from and to Arabic C