PAUSE registration request

2000-07-27 Thread Paolo Molaro

Hi.
This is my request to enter PAUSE.

name: Paolo Molaro
email: [EMAIL PROTECTED]
homepage: too shameful to show others:-)
user-id: LUPUS

My contributions will be: updating the Gtk and Gnome related modules
as well as their documentation.
Additionally I have some other modules that I may clean up and
contribute.
Let me know if you need additional information.

lupus

-- 
-
[EMAIL PROTECTED] debian/rules



Module update for Array::Compare

2000-07-27 Thread Perl Authors Upload Server

Record update in the PAUSE modules database:

   modid: [Array::Compare]
   statd: [R] was [a]
   stats: [d]
   statl: [p]
   stati: [O]
 description: [Class to compare two arrays]
  userid: [DAVECROSS]
   chapterid: [ 6]

Data entered by Dave Cross (DAVECROSS).
Please check if they are correct.

The Pause



500 Internal Server Error on edit module metadata

2000-07-27 Thread Matt Sergeant

I selected Win32::ASP from the edit module metadata screen, then tried to
change the CPAN User-ID to WNODOM (Bill Odom is taking over responsibility
of Win32::ASP), and I get a 500 error.

Hope you can fix it (or transfer the module for me).

-- 


Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org | AxKit: http://axkit.org




New Namespace

2000-07-27 Thread Dave Cross


I have a module which I've written which allows you to call subroutines
with names which only approximately match their real names. I
realise that this is a completely stupid think to do but I wrote
it as a demonstration of using typeglobs and AUTOLOAD.

Currently I've been calling it Sub::Approx, but having uploaded
it to PAUSE I realise that this will require the creation of
a new namespace on CPAN as the Sub:: space doesn't already exist.

Can someone please either a) tell me how I'd go about getting
the namespace created or b) suggest a better name for the module.

Many thanks,

Dave...

-- 

European Perl Conference (Sept 22/24, ICA, London) 

"Keats and Yeats are on your side, but you lose, 'cos Wilde is
on mine."







Module update for Win32::ASP

2000-07-27 Thread Perl Authors Upload Server

Record update in the PAUSE modules database:

   modid: [Win32::ASP]
   statd: [R]
   stats: [d]
   statl: [p]
   stati: [r]
 description: [Makes PerlScript ASP development easier]
  userid: [WNODOM] was [MSERGEANT]
   chapterid: [22]

Data entered by Graham Barr (GBARR).
Please check if they are correct.

The Pause



Re: 500 Internal Server Error on edit module metadata

2000-07-27 Thread Graham Barr

Done.

On Thu, Jul 27, 2000 at 02:02:28PM +0100, Matt Sergeant wrote:
> I selected Win32::ASP from the edit module metadata screen, then tried to
> change the CPAN User-ID to WNODOM (Bill Odom is taking over responsibility
> of Win32::ASP), and I get a 500 error.
> 
> Hope you can fix it (or transfer the module for me).



User update for PAVELH

2000-07-27 Thread Perl Authors Upload Server

(This Mail was generated by the server
  http://p11.speedlink.de/pause/authenquery;ACTION=edit_cred
automatically)

Record update in the PAUSE users database:

 userid: [PAVELH]
   fullname: [Pavel Hlavnicka]
  email: [[EMAIL PROTECTED]]
   homepage: [http://www.gingerall.cz/~pavel/index.html] was []
cpan_mail_alias: [secr]


Data were entered by PAVELH (Pavel Hlavnicka).
Please check if they are correct.

Thanks,
The Pause



Re: 500 Internal Server Error on edit module metadata

2000-07-27 Thread Andreas J. Koenig

> On Thu, 27 Jul 2000 16:36:38 +0100, Graham Barr <[EMAIL PROTECTED]> said:

  > Done.

Thanks Graham, I think I found the bug in the meantime and fixed it.
Still needs some testing.

-- 
andreas



Re: new module Convert::Scalar

2000-07-27 Thread Andreas J. Koenig

> On Mon, 24 Jul 2000 15:27:28 +0200, Marc Lehmann <[EMAIL PROTECTED]> said:

 > On Mon, Jul 24, 2000 at 02:05:38PM +0100, Graham Barr <[EMAIL PROTECTED]> wrote:
>> On the subject of untaint, I remember Larry specifically saying that he
>> did not add such a thing to perl as something like that should be difficult
>> to do.

 > I know. Maybe the mix of often-used-functions (utf8_*??) and rarely-used
 > functions (untaint) was not the best idea. 

 > OTOH, what did he mean by that? Maybe that perl should not include untaint
 > because it would be too easy to find if it were part of the core language?
 > Then the module should hide it good enough (at leats for the moment).

 > Would you be happier when I added a BIG WARNING (and/or make it
 > non-exportable)? Or would you really, really prefer if I took out that
 > function entirely? You certainly could talk me into doing that ;)

I'd say, go find the other untainting module and use that. If it
really doesn't exist, I know that mod_perl ships with soemthing like
that.

On the utf8 stuff I can say that recent discussions on the Perl
Conference made it very obvious that most of it is broken and anything
you put in a module now will not work over the long run. So maybe
better keep that module somewhat private or give it a short lifetime
in the manpage.

-- 
andreas