7bc360f0a3
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@
11 lines
281 B
Plaintext
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;
|