$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2006/11/06 14:28:43 espie Exp $
--- Makefile.PL.orig	Mon Nov  6 15:18:09 2006
+++ Makefile.PL	Mon Nov  6 15:18:44 2006
@@ -8,8 +8,9 @@ license('perl');
 
 include('ExtUtils::AutoInstall');
 
-requires( 'Catalyst' => '5.65' );
+#requires( 'Catalyst' => '5.65' );
 
+=pod
 features(
     'Log4perl Support' => [
         -default                  => 1,
@@ -87,6 +88,7 @@ features(
         'DBD::SQLite' => 0
     ]
 );
+=cut
 
 auto_install();
 &WriteAll;
