openbsd-ports/devel/catalyst-tutorial/patches/patch-Makefile_PL
espie 4af5d10620 the catalyst tutorial is now available on CPAN, so redo the package
with the actual sample code, along with new dependencies.
2006-11-10 11:12:00 +00:00

20 lines
625 B
Plaintext

$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();