openbsd-ports/devel/p5-Scalar-Defer/patches/patch-Makefile_PL

15 lines
439 B
Plaintext
Raw Normal View History

2006-11-12 11:28:53 -05:00
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2006/11/12 16:28:53 espie Exp $
--- Makefile.PL.orig Sun Nov 12 01:01:00 2006
+++ Makefile.PL Sun Nov 12 01:01:04 2006
@@ -5,8 +5,8 @@ name 'Scalar-Defer';
license 'MIT';
all_from 'lib/Scalar/Defer.pm';
-requires 'Class::InsideOut';
-requires 'Exporter::Lite';
+#requires 'Class::InsideOut';
+#requires 'Exporter::Lite';
include_deps 'ok';
include_deps 'Test::More';