Skip Menu |

This queue is for tickets about the HTML-Tooltip-Javascript CPAN distribution.

Report information
The Basics
Id: 6712
Status: open
Priority: 0/
Queue: HTML-Tooltip-Javascript

People
Owner: Nobody in particular
Requestors: mark [...] summersault.com
Cc:
AdminCc:

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



Subject: needless restriction to Perl version 5.8.3 or higher
I can't even install this on perl version 5.8.0 because the Makefile.PL declares that 5.8.3 is required. Glancing over the code, it seems like it would work without problems on Perl 5.6 and above. It would probably work fine with Perl 5.5 if a few memtions of "our" were removed. I look forward to trying this out when it's installable for me!
From: simon [...] unisolve.com.au
On Tue Jun 22 09:41:17 2004, guest wrote: Show quoted text
> I can't even install this on perl version 5.8.0 because the > Makefile.PL declares that 5.8.3 is required. Glancing over the > code, it seems like it would work without problems on Perl 5.6 and > above. It would probably work fine with Perl 5.5 if a few memtions > of "our" were removed. > > I look forward to trying this out when it's installable for me!
Now amened so that the module only requires Perl 5.6 or better.