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;