OK, thanks - I'll fix both and see if that works.

SOmething probably already on your todo list would be to have pause give a
confirmation screen after uploading, telling what it has/hasn't been
able to extract from the module.  Then you could see if PAUSE has been
able to read everything correctly, and if not you would have a chance
to fix the module before publishing it.



 > >>>>> On Mon, 11 Dec 2000 00:40:03 -0800, Sam Horrocks <[EMAIL PROTECTED]> said:
 > 
 >  > Is the source to PAUSE available online somewhere??
 >  > The reason - it looks like since version 2.0, CGI::SpeedyCGI is no longer
 >  > being symlinked under /by-module/CGI - CPAN still thinks 1.8.3 is the
 >  > latest version.  I think this is related to the re-organization of the
 >  > source code took place in CGI::SpeedyCGI 2.0.  I'd like to track it down
 >  > and come up with a fix, and looking at the source code for PAUSE would
 >  > probably be the easiest way.
 > 
 > To publish the sources will be on top of my Todo list in the next year
 > or so. I'll try to modularize and publish in pieces. Currently it's
 > nothing but a mess.
 > 
 > The reason for your problem is that you have no *.pm file that
 > contains $VERSION. And when you fix that, the second problem will be
 > the numbering style. Perl modules still need to be numbered as strings
 > that look like floating point numbers. The latter will change when
 > 5.6.1 or 5.6.2 is out, it depends on how stable that perl will be wrt
 > Unicode.
 > 
 > -- 
 > andreas

Reply via email to