perl-time.patch 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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;
  24. Index: Time-HiRes-1.9714/Makefile.PL
  25. --- Time-HiRes-1.9714/Makefile.PL.orig 2008-04-08 18:44:38 +0200
  26. +++ Time-HiRes-1.9714/Makefile.PL 2008-04-08 18:50:04 +0200
  27. @@ -839,11 +839,9 @@
  28. my $action;
  29. if (@ARGV) {
  30. if (@ARGV > 1) {
  31. - usage();
  32. } elsif ($ARGV[0] =~ /^(configure)$/) {
  33. $action = $1;
  34. } else {
  35. - die qq{$0: Usage: $0 [configure]\n};
  36. }
  37. }
  38. if (-f "xdefine" && !(defined $action && $action eq 'configure')) {