perl-time.patch 499 B

12345678910111213
  1. Index: Benchmark-Timer-0.7100/Makefile.PL
  2. --- Benchmark-Timer-0.7100/Makefile.PL.orig 2004-12-20 23:49:50 +0100
  3. +++ Benchmark-Timer-0.7100/Makefile.PL 2005-06-03 17:10:04 +0200
  4. @@ -20,7 +20,7 @@
  5. # Optional features and their modules
  6. features (
  7. 'Statistical sampling support' => [
  8. - -default => 1,
  9. + -default => 0,
  10. recommends( 'Statistics::PointEstimation' => 0 ),
  11. ],
  12. );