PAUSE <[EMAIL PROTECTED]> writes:
> The following report has been written by the PAUSE namespace indexer.
> Please contact [EMAIL PROTECTED] if there are any open questions.
> Id: mldistwatch 444 2003-09-07 06:25:05Z k
>
> User: GAAS (Gisle Aas)
> Distribution file: libwww-perl-5.70.tar.gz
> Number of files: 114
> *.pm files: 49
> README: libwww-perl-5.70/README
> META.yml: No META.yml found
>
> Timestamp of file: Mon Oct 13 20:56:35 2003 UTC
> Time of this run: Mon Oct 13 21:39:49 2003 UTC
>
> The following packages have been found in the distro:
>
> HTTP::Cookies::Netscape
> version: 1.01
> in file: libwww-perl-5.70/lib/HTTP/Cookies/Netscape.pm
> status: Not indexed because libwww-perl-5.65/lib/HTTP/Cookies.pm in
> G/GA/GAAS/libwww-perl-5.65.tar.gz has a higher version
> number (1.25)
This I have to disagree with. The version number in libwww-perl-5.65.tar.gz
applies to HTTP::Cookies, not to HTTP::Cookies::Netscape.
This is how that file looked like in 5.65:
$ egrep 'package|VERSION' lib/HTTP/Cookies.pm
package HTTP::Cookies;
use vars qw($VERSION);
$VERSION = sprintf("%d.%02d", q$Revision: 1.25 $ =~ /(\d+)\.(\d+)/);
package HTTP::Cookies::Netscape;
In libwww-perl-5.66 HTML::Cookies::Netscape got its own file with a
version number of 1.00.
Please advise.
--Gisle