openbsd-ports/databases/p5-DBIx-Class-Validation/patches/patch-Makefile_PL
merdely 7bc360f0a3 Update to 0.02003.
No longer use modbuild.
Tweak regress_depends (from simon) and run_depends
Patch Makefile.PL to not run to CPAN for RUN_DEPENDS.

ok and help from simon@
2008-06-13 18:36:01 +00:00

11 lines
281 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.1 2008/06/13 18:36:01 merdely Exp $
--- Makefile.PL.orig Thu Jun 12 18:36:47 2008
+++ Makefile.PL Thu Jun 12 18:36:51 2008
@@ -25,6 +25,4 @@ eval {
system 'pod2text lib/DBIx/Class/Validation.pm > README';
};
-auto_install;
-
WriteMakefile;