X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/0f5e78a789961923b45cae1a881c655fff9e7283..814e7ba10b896c8810b28a5b5172ef1973d66e3c:/PLP/Tie/Headers.pm?ds=sidebyside diff --git a/PLP/Tie/Headers.pm b/PLP/Tie/Headers.pm index e5f79a8..f6c4319 100644 --- a/PLP/Tie/Headers.pm +++ b/PLP/Tie/Headers.pm @@ -1,6 +1,5 @@ -#----------------------------# - package PLP::Tie::Headers; -#----------------------------# +package PLP::Tie::Headers; + use strict; use Carp; @@ -11,6 +10,8 @@ the same as C<$foo{'Content-Type'}>. tie %somehash, 'PLP::Tie::Headers'; +This module is part of the PLP internals and probably not of much use to others. + =cut sub _lc($) {