head 1.5; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1 OPENPKG_E1_FP:1.1 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1 OPENPKG_2_STABLE_20060622:1.1 OPENPKG_2_STABLE:1.1.0.6 OPENPKG_2_STABLE_BP:1.1 OPENPKG_2_5_RELEASE:1.1 OPENPKG_2_5_SOLID:1.1.0.4 OPENPKG_2_5_SOLID_BP:1.1 OPENPKG_2_4_RELEASE:1.1 OPENPKG_2_4_SOLID:1.1.0.2 OPENPKG_2_4_SOLID_BP:1.1; locks; strict; comment @# @; 1.5 date 2008.07.16.20.48.09; author rse; state Exp; branches; next 1.4; commitid 59K08bbTak88s4bt; 1.4 date 2008.04.09.17.14.37; author rse; state Exp; branches; next 1.3; commitid CZgBQ3mNvB7bqsYs; 1.3 date 2008.04.08.16.52.03; author rse; state Exp; branches; next 1.2; commitid U4tUZLfX96XqkkYs; 1.2 date 2007.11.02.12.26.05; author rse; state Exp; branches; next 1.1; commitid nDZifRODnea4WZDs; 1.1 date 2005.06.03.15.11.42; author rse; state Exp; branches; next ; desc @@ 1.5 log @modifying package: perl-time-5.10.0 20080713 -> 20080716 @ text @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; @ 1.4 log @modifying package: perl-time-5.10.0 20080408 -> 20080409 @ text @a0 12 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 ), ], ); @ 1.3 log @modifying package: perl-time-5.10.0 20080406 -> 20080408 @ text @a24 15 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')) { @ 1.2 log @provide the useful Time::Duration @ text @d3 1 a3 1 +++ Benchmark-Timer-0.7100/Makefile.PL 2005-06-03 17:10:04 +0200 d14 2 a15 2 --- Time-Duration-1.06/Makefile.PL.orig 2007-11-02 13:22:59 +0100 +++ Time-Duration-1.06/Makefile.PL 2007-11-02 13:23:52 +0100 d25 15 @ 1.1 log @workaround build problems (Statistics::PointEstimation is actually provided by perl-time, but Benchmark::Timer doesn't find it) @ text @d13 12 @