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

NAME

EntityModel::Web::Header - HTTP header abstraction

VERSION

version 0.004

SYNOPSIS

 use EntityModel::Web::Header;
 my $hdr = EntityModel::Web::Header->new(
 	name => 'Content-Type',
	value => 'text/html',
 );
 print $hdr->as_text;

DESCRIPTION

METHODS

AUTHOR

Tom Molesworth <cpan@entitymodel.com>

LICENSE

Copyright Tom Molesworth 2009-2011. Licensed under the same terms as Perl itself.