From: short <> Date: Sun, 18 Sep 2005 18:31:49 +0000 (+0000) Subject: Fixed forgotten missing: Wrequire 'My::Hash::Readonly'; X-Git-Url: http://git.jankratochvil.net/?p=MyWeb.git;a=commitdiff_plain;h=d77ef9ddb11145a070ed823c06360c7fb69d24d8 Fixed forgotten missing: Wrequire 'My::Hash::Readonly'; --- diff --git a/Web.pm b/Web.pm index 8422d21..e4c5df0 100644 --- a/Web.pm +++ b/Web.pm @@ -241,6 +241,7 @@ my($class,%args)=@_; "_remote_ip"=>sub { return $W->{"r"}->connection()->remote_ip(); }, }), ); + Wrequire 'My::Hash::Readonly'; $W->{"headers_in"}=My::Hash::Readonly->new($W->{"headers_in"}); if ($W->{"r"}->method() eq "GET" || $W->{"r"}->method() eq "HEAD") {