$OpenBSD: patch-Makefile_PL,v 1.1 2006/11/10 11:12:00 espie Exp $
--- Makefile.PL.orig	Fri Nov 10 13:49:27 2006
+++ Makefile.PL	Fri Nov 10 13:49:34 2006
@@ -7,6 +7,7 @@ name('Task-Catalyst-Tutorial');
 abstract('Everything you need to follow the Catalyst Tutorial');
 version_from('lib/Task/Catalyst/Tutorial.pm');
 license('perl');
+=pod
 requires( 
 	 'Catalyst::Runtime' => '5.7000',
 	 'Catalyst::Devel'   => '1.0',
@@ -27,6 +28,7 @@ requires( 
 	 'Catalyst::Model::DBIC::Schema' => 0,
 	);
 build_requres('Test::More' => 0);
+=cut
 no_index(directory => 'examples');
 eval{ install_share('examples') };
 auto_install();
