Skip Menu |

This queue is for tickets about the Algorithm-BitVector CPAN distribution.

Report information
The Basics
Id: 102099
Status: resolved
Priority: 0/
Queue: Algorithm-BitVector

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Enable module for perl 5.8
The module works for perl 5.8.9 (and probably also for older 5.8.x), so you can safely remove all "use 5.10.0" (the module itself) or "if ($^V lt v5.10)" (Makefile.PL) checks. Also, I don't see why the PREREQ_PM specifications have minimum versions --- very probably this can also be removed.