Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the WebColors CPAN distribution.

Report information
The Basics
Id: 96715
Status: resolved
Priority: 0/
Queue: WebColors

People
Owner: MOODFARM [...] cpan.org
Requestors: pagenyon [...] gmail.com
Cc:
AdminCc:

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



Subject: don't force perl version >= 5.14
there's no reason to force users to have a perl version >= 5.14. Especially since you use 'use vars' instead of 'our'. It doesn't look like you're making use of any newer syntax, so it would probably even work for version 5.6
You are right, its just kinda a default action, either 5.14 or 5.10! I have taken it out, release 0.2.0 is going out now On Wed Jun 25 15:11:54 2014, pagenyon wrote: Show quoted text
> there's no reason to force users to have a perl version >= 5.14. > Especially since you use 'use vars' instead of 'our'. It doesn't look > like you're making use of any newer syntax, so it would probably even > work for version 5.6