perl-time.patch 828 B

12345678910111213141516171819202122232425
  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 2008-04-08 18:44:31 +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. );
  13. Index: Time-Duration-1.06/Makefile.PL
  14. --- Time-Duration-1.06/Makefile.PL.orig 2007-08-19 02:29:54 +0200
  15. +++ Time-Duration-1.06/Makefile.PL 2008-04-08 18:44:31 +0200
  16. @@ -3,8 +3,5 @@
  17. name 'Time-Duration';
  18. all_from 'Duration.pm';
  19. -build_requires('Test::Pod');
  20. -build_requires('Test::Pod::Coverage');
  21. -
  22. auto_install;
  23. WriteAll;