Skip Menu |

This queue is for tickets about the Crypt-OpenSSL-AES CPAN distribution.

Report information
The Basics
Id: 22524
Status: open
Priority: 0/
Queue: Crypt-OpenSSL-AES

People
Owner: cpan [...] ttar.org
Requestors: RSOD [...] cpan.org
Cc:
AdminCc:

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



Subject: Module unnecessarily requires 5.8.5, works fine on 5.8.4
While deploying this module I noticed that it seemed to require Perl 5.8.5. However, a review of the source code appears to show that the requirement was introduced by the 'h2xs' module generation tool, rather than by any specific intent of the author. I suggest changing the requirement for 5.008005 to 5.008 (or even 5.006, if the module works there as well), as none of the XS wrapper appears to require any specific features of Perl 5.8.5.
I'm willing to change the version to any version that's been confirmed to work. You are saying 5.8.4 works; have you tried any others?
On Mon Oct 23 19:02:21 2006, TTAR wrote: Show quoted text
> I'm willing to change the version to any version that's been confirmed > to work. You are saying 5.8.4 works; have you tried any others?
Passes tests on 5.8.0 and 5.6.0 (x86_32). You'll need to specify the Test::More dependency in Makefile.PL though.