| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- Index: Benchmark-Timer-0.7100/Makefile.PL
- --- Benchmark-Timer-0.7100/Makefile.PL.orig 2004-12-20 23:49:50 +0100
- +++ Benchmark-Timer-0.7100/Makefile.PL 2008-04-08 18:44:31 +0200
- @@ -20,7 +20,7 @@
- # Optional features and their modules
- features (
- 'Statistical sampling support' => [
- - -default => 1,
- + -default => 0,
- recommends( 'Statistics::PointEstimation' => 0 ),
- ],
- );
- Index: Time-Duration-1.06/Makefile.PL
- --- Time-Duration-1.06/Makefile.PL.orig 2007-08-19 02:29:54 +0200
- +++ Time-Duration-1.06/Makefile.PL 2008-04-08 18:44:31 +0200
- @@ -3,8 +3,5 @@
- name 'Time-Duration';
- all_from 'Duration.pm';
-
- -build_requires('Test::Pod');
- -build_requires('Test::Pod::Coverage');
- -
- auto_install;
- WriteAll;
- Index: Time-HiRes-1.9714/Makefile.PL
- --- Time-HiRes-1.9714/Makefile.PL.orig 2008-04-08 18:44:38 +0200
- +++ Time-HiRes-1.9714/Makefile.PL 2008-04-08 18:50:04 +0200
- @@ -839,11 +839,9 @@
- my $action;
- if (@ARGV) {
- if (@ARGV > 1) {
- - usage();
- } elsif ($ARGV[0] =~ /^(configure)$/) {
- $action = $1;
- } else {
- - die qq{$0: Usage: $0 [configure]\n};
- }
- }
- if (-f "xdefine" && !(defined $action && $action eq 'configure')) {
|