There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

PLP::Tie::Headers

Makes a hash case insensitive, and sets some headers. <_> equals <->, so $foo{CONTENT_TYPE} is the same as $foo{'Content-Type'}.

tie %somehash, 'PLP::Tie::Headers';

This module is part of the PLP internals and probably not of much use to others.