Skip Menu |

This queue is for tickets about the HTTP-Cache-Transparent CPAN distribution.

Report information
The Basics
Id: 76785
Status: resolved
Priority: 0/
Queue: HTTP-Cache-Transparent

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

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



Subject: Use of uninitialized value in subroutine entry at Transparent.pm line 386
This program works fine the first time and when not using HTTP::Cache::Transparent, however on subsequent calls it complains about the use on an unintialixzed variable: #!/usr/bin/perl -w use strict; use warnings; use LWP::Simple; use HTTP::Cache::Transparent; HTTP::Cache::Transparent::init({ BasePath => '/var/cache/http-cache-transparent', }); my $data = get('http://www.nysb.org/robots.txt');
This bug has been resolved in https://github.com/mattiash/HTTP-Cache- Transparent/commit/4148e51090ba1e0f4f8629b5ad6d9a9bfd16cf10