>>>>> On Mon, 24 Sep 2001 10:02:21 +0200, Sven Verdoolaege <[EMAIL PROTECTED]> said:
> Please change
> Name DSLI Description Info
> ------------- ---- -------------------------------------------- -----
> FCGI Rdcr Fast CGI SKIMO
> into
> FCGI Rdhro Fast CGI SKIMO
Please make use of the menu entry "Edit Module Metadata" on PAUSE, you
can change the entry there yourself.
> (That's 'h' instead of 'c' and 'o' for license.)
> New version of my module don't seem to show up in the FCGI dir,
> only in the FCGI/SKIMO dir.
> I noticed that in previous version I didn't have a .pm file,
> so in 0.62 I expressly added a version.pm file, but that
> doesn't seem to have helped.
> Will my update of the description here help ?
It seems that you did not receive my answer to your previous mail.
Sorry bout that, apparently I lost it before sending.
The mistake is that the file version.pm does not contain any package
statement or package qualifier. Thus $VERSION is interpreted as being
in the main:: namespace. I suppose qualifying alone will do. Please
note that FCGI 0.58 had a file FCGI.pm with a $VERSION statement and a
proper package declaration. That's why it worked in 0.58 but not in
0.62.
--
andreas