Skip Menu |

This queue is for tickets about the Net-Statsd CPAN distribution.

Report information
The Basics
Id: 111204
Status: resolved
Priority: 0/
Queue: Net-Statsd

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

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



Subject: Add older Perl support
Date: Thu, 14 Jan 2016 16:33:40 -0800
To: bug-Net-Statsd [...] rt.cpan.org
From: Nigel Gregoire <nigelgregoire [...] gmail.com>
Hello! Perl: 5.8.9 Net::Statsd: 0.11 I tried installing the distribution from cpan today, and it failed at one of the unit tests. As far as I can tell, that particular test is the only thing that specifies a minimum version, so I've patched it to run on older perls. This particular test, send-one.t, doesn't show up in the github repo, otherwise I'd submit a pull request there. I'm not entirely sure what it's trying to test, it doesn't check the result of "increment". Anyway, hope this helps. Let me know if there's anything I can do. Cheers! -- Nigel

Message body is not shown because sender requested not to inline it.

t/send-one.t was actually included by mistake in the final tarball distribution. I've now cleaned up by way of a MANIFEST.SKIP file, so perl 5.8 should be fine again. Thanks for the report!