Skip Menu |

This queue is for tickets about the Thrift CPAN distribution.

Report information
The Basics
Id: 108542
Status: resolved
Priority: 0/
Queue: Thrift

People
Owner: jking [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.9.0
Fixed in: 0.10.0



Subject: The latest version is not indexed
CPAN.pm thinks that the latest version is 0.8.0, but 0.9.0 seems to exist: Show quoted text
cpan> m Thrift
Reading '/usr/local/src/CPAN/Metadata' Database was generated on Sat, 07 Nov 2015 10:17:02 GMT Fetching with LWP: https://cpan.metacpan.org/authors/id/G/GS/GSLIN/CHECKSUMS Module id = Thrift CPAN_USERID GSLIN (Gea-Suan Lin <gslin@gslin.org>) CPAN_VERSION 0.008000 CPAN_FILE G/GS/GSLIN/Thrift-0.8.0.tar.gz UPLOAD_DATE 2012-09-04 INST_FILE (not installed)
Am Sa 07. Nov 2015, 05:44:48, SREZIC schrieb: Show quoted text
> CPAN.pm thinks that the latest version is 0.8.0, but 0.9.0 seems to exist: >
> cpan> m Thrift
> Reading '/usr/local/src/CPAN/Metadata' > Database was generated on Sat, 07 Nov 2015 10:17:02 GMT > Fetching with LWP: > https://cpan.metacpan.org/authors/id/G/GS/GSLIN/CHECKSUMS > Module id = Thrift > CPAN_USERID GSLIN (Gea-Suan Lin <gslin@gslin.org>) > CPAN_VERSION 0.008000 > CPAN_FILE G/GS/GSLIN/Thrift-0.8.0.tar.gz > UPLOAD_DATE 2012-09-04 > INST_FILE (not installed)
Looks like this is caused by a missing package declaration. 0.8.0 had "package Thrift;" in Thrift.pm but 0.9.0 doesn't. And indeed it is setting $main::VERSION to 0.9.0. :-(
This issue was resolved, please see https://issues.apache.org/jira/browse/THRIFT-3550