Skip Menu |

This queue is for tickets about the Apache-SizeLimit CPAN distribution.

Report information
The Basics
Id: 87422
Status: open
Priority: 0/
Queue: Apache-SizeLimit

People
Owner: Nobody in particular
Requestors: lpsolit [...] gmail.com
Cc:
AdminCc:

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



Subject: 0.97-rc1 is not a valid version number
Date: Tue, 30 Jul 2013 02:15:20 +0200
To: bug-Apache-SizeLimit [...] rt.cpan.org
From: "Frédéric Buclin" <lpsolit [...] gmail.com>
When running: perl -wE 'eval "require Apache2::SizeLimit"; say Apache2::SizeLimit->VERSION' It throws: Invalid version format (non-numeric data) at -e line 1. That's because Apache::SizeLimit::Core has version 0.97-rc1 and version.pm doesn't like it. If we remove -rc1, then no error is thrown.
Subject: Re: [rt.cpan.org #87422] 0.97-rc1 is not a valid version number
Date: Mon, 29 Jul 2013 19:17:57 -0700
To: bug-Apache-SizeLimit [...] rt.cpan.org
From: Fred Moyer <fred [...] redhotpenguin.com>
Thanks for the report. This was an artifact of the release process. Will be fixed in 0.93. What's the severity level here? On Mon, Jul 29, 2013 at 5:15 PM, Frédéric Buclin via RT <bug-Apache-SizeLimit@rt.cpan.org> wrote: Show quoted text
> Mon Jul 29 20:15:39 2013: Request 87422 was acted upon. > Transaction: Ticket created by lpsolit@gmail.com > Queue: Apache-SizeLimit > Subject: 0.97-rc1 is not a valid version number > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: lpsolit@gmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=87422 > > > > When running: > > perl -wE 'eval "require Apache2::SizeLimit"; say > Apache2::SizeLimit->VERSION' > > It throws: > Invalid version format (non-numeric data) at -e line 1. > > That's because Apache::SizeLimit::Core has version 0.97-rc1 and > version.pm doesn't like it. If we remove -rc1, then no error is thrown. >