From d77ef9ddb11145a070ed823c06360c7fb69d24d8 Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 18 Sep 2005 18:31:49 +0000 Subject: [PATCH] Fixed forgotten missing: Wrequire 'My::Hash::Readonly'; --- Web.pm | 1 + 1 file changed, 1 insertion(+) 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") { -- 1.8.3.1