openbsd-ports/devel/p5-Benchmark-Timer/patches/patch-Makefile_PL
2011-05-13 13:20:31 +00:00

14 lines
433 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.3 2011/05/13 13:20:31 giovanni Exp $
--- Makefile.PL.orig Fri May 13 15:15:15 2011
+++ Makefile.PL Fri May 13 15:15:22 2011
@@ -13,9 +13,6 @@ test_requires (
'Test::More' => 0,
);
-check_optional ( 'Statistics::PointEstimation' => 0,
- "Install Statistics::PointEstimation for statistical sampling support\n");
-
no_index ('delta.pl');
WriteAll();