Skip Menu |

This queue is for tickets about the Cache CPAN distribution.

Report information
The Basics
Id: 5725
Status: resolved
Priority: 0/
Queue: Cache

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

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



Subject: require 5.005 + use warnings + out $VERSION
Cache::File ( only one I've checked so far ) has require 5.005; use warnings; our $VERSION... As far as I'm aware, use warnings and 'our' are only usable from 5.6 onwards. So you either need to turn off warnings for 'release' uploads, and change our to 'use vars', or up the require to 5.006
Was fixed in release 2.02