&My::Web::footer call is deprecated now, use just: exit;
[www.jankratochvil.net.git] / Index.pm
index 288f7de..d9a1a16 100644 (file)
--- a/Index.pm
+++ b/Index.pm
@@ -33,6 +33,5 @@ sub handler
 {
 my $W=My::Web->init();
 My::Web->http_moved("./project/",HTTP_MOVED_PERMANENTLY);
-die "NOTREACHED";
 }
 1;