19 lines
601 B
Plaintext
Raw Normal View History

$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2007/03/18 20:17:10 simon Exp $
--- Makefile.PL.orig Sat Mar 17 12:46:08 2007
+++ Makefile.PL Sat Mar 17 12:46:23 2007
@@ -17,14 +17,6 @@ requires (
'Time::HiRes' => 0,
);
-# Optional features and their modules
-features (
- 'Statistical sampling support' => [
- -default => 1,
- recommends( 'Statistics::PointEstimation' => 0 ),
- ],
- );
-
skip ('delta.pl');
include ('ExtUtils/AutoInstall.pm');