Skip Menu |

This queue is for tickets about the Statistics-RserveClient CPAN distribution.

Report information
The Basics
Id: 91993
Status: resolved
Worked: 2 hours (120 min)
Priority: 0/
Queue: Statistics-RserveClient

People
Owner: DJUNKIM [...] cpan.org
Requestors: cubranic [...] stat.ubc.ca
Cc:
AdminCc:

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



Subject: Bad VERSION info in Statistics-RserveClient-0.08
Date: Thu, 9 Jan 2014 10:44:27 -0800
To: bug-Statistics-RserveClient [...] rt.cpan.org
From: Davor Cubranic <cubranic [...] stat.ubc.ca>
Even though version 0.08 is the most recent one listed at http://search.cpan.org/~djunkim/Statistics-RserveClient-0.08/, none of the mirrors include it for installation. Installing version 0.08 by hand from the downloaded tar file fails with the following error: $ perl Makefile.PL Checking if your kit is complete... Looks good Can't parse version 'CPAN-0.08' Generating a Unix-style Makefile Writing Makefile for Statistics::RserveClient Can't parse version 'CPAN-0.08' Writing MYMETA.yml and MYMETA.json Could this be because file VERSION contains the following text: "release-CPAN-0.08"? Davor
Subject: Re: [rt.cpan.org #91993] AutoReply: Bad VERSION info in Statistics-RserveClient-0.08
Date: Thu, 9 Jan 2014 11:14:34 -0800
To: bug-Statistics-RserveClient [...] rt.cpan.org
From: Davor Cubranic <cubranic [...] stat.ubc.ca>
Actually, this is caused by the value assigned to variable "$version", in line 7 of RserveClient.pm: https://metacpan.org/source/DJUNKIM/Statistics-RserveClient-0.08/lib/Statistics/RserveClient.pm#L7 On 2014-01-09, at 10:44 AM, Bugs in Statistics-RserveClient via RT wrote: Show quoted text
> > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "Bad VERSION info in Statistics-RserveClient-0.08", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [rt.cpan.org #91993]. Your ticket is accessible > on the web at: > > https://rt.cpan.org/Ticket/Display.html?id=91993 > > Please include the string: > > [rt.cpan.org #91993] > > in the subject line of all future correspondence about this issue. To do so, > you may reply to this message. > > Thank you, > bug-Statistics-RserveClient@rt.cpan.org > > ------------------------------------------------------------------------- > Even though version 0.08 is the most recent one listed at http://search.cpan.org/~djunkim/Statistics-RserveClient-0.08/, none of the mirrors include it for installation. Installing version 0.08 by hand from the downloaded tar file fails with the following error: > > $ perl Makefile.PL > Checking if your kit is complete... > Looks good > Can't parse version 'CPAN-0.08' > Generating a Unix-style Makefile > Writing Makefile for Statistics::RserveClient > Can't parse version 'CPAN-0.08' > Writing MYMETA.yml and MYMETA.json > > Could this be because file VERSION contains the following text: "release-CPAN-0.08"? > > Davor
RT-Send-CC: cubranic [...] stat.ubc.ca
Should be fixed now in version 0.12. Thanks for your issue report. Djun