head 1.7; access; symbols; locks; strict; comment @# @; 1.7 date 2009.10.25.19.42.51; author rse; state Exp; branches; next 1.6; commitid ysnpI45LBfM27X8u; 1.6 date 2009.05.04.06.44.32; author rse; state Exp; branches; next 1.5; commitid XgmLpNj6shFNowMt; 1.5 date 2009.03.20.10.20.30; author rse; state Exp; branches; next 1.4; commitid 7RbNg0dmEd2z2LGt; 1.4 date 2009.03.08.19.17.00; author rse; state Exp; branches; next 1.3; commitid wV9gGqRLUmJwogFt; 1.3 date 2009.03.06.17.32.55; author rse; state Exp; branches; next 1.2; commitid NDJBFiujseDNSZEt; 1.2 date 2009.03.01.19.34.59; author rse; state Exp; branches; next 1.1; commitid RyuNxDb52WbEImEt; 1.1 date 2009.02.01.19.54.17; author rse; state Exp; branches; next ; commitid h0lJnYtDIEr4JLAt; desc @@ 1.7 log @modifying package: perl-vcs-5.10 20090904 -> 20091025 @ text @Index: SVN-Look-0.15/Makefile.PL --- SVN-Look-0.15/Makefile.PL.orig 2009-10-25 02:06:37 +0100 +++ SVN-Look-0.15/Makefile.PL 2009-10-25 18:50:55 +0100 @@@@ -14,22 +14,6 @@@@ 'author-tests' => \$author_tests, ) or die $usage; -my $svnlook; -for my $d ( - path(), - catfile('usr', 'local', 'bin'), - catfile('usr', 'bin'), - catfile('bin'), -) { - my $f = catfile($d, 'svnlook'); - next unless -x $f; - next unless system("$f help >/dev/null 2>/dev/null") == 0; - $svnlook = $f; - last; -} -die "Aborting because I couldn't find the 'svnlook' executable.\n" - unless $svnlook; - if ($author_tests) { open(ENABLED, ">t/author.enabled") or die "Can't touch ./t/author.enabled: $!"; close(ENABLED) or die "Can't touch ./t/author.enabled: $!"; Index: SVN-Look-0.15/lib/SVN/Look.pm --- SVN-Look-0.15/lib/SVN/Look.pm.orig 2009-10-25 02:16:36 +0100 +++ SVN-Look-0.15/lib/SVN/Look.pm 2009-10-25 18:49:26 +0100 @@@@ -45,6 +45,7 @@@@ our $SVNLOOK; my $root = rootdir(); for my $d ( + "@@l_prefix@@/bin", path(), catfile($root, 'usr', 'local', 'bin'), catfile($root, 'usr', 'bin'), @ 1.6 log @modifying package: perl-vcs-5.10.0 20090320 -> 20090504 @ text @d1 6 a6 17 Index: SVN-Look-0.14.12/lib/SVN/Look.pm --- SVN-Look-0.14.12/lib/SVN/Look.pm.orig 2008-11-06 04:07:11 +0100 +++ SVN-Look-0.14.12/lib/SVN/Look.pm 2009-02-01 20:50:11 +0100 @@@@ -45,6 +45,7 @@@@ our $SVNLOOK; my $root = rootdir(); for my $d ( + "@@l_prefix@@/bin", path(), catfile($root, 'usr', 'local', 'bin'), catfile($root, 'usr', 'bin'), Index: SVN-Look-0.14.12/Makefile.PL --- SVN-Look-0.14.12/Makefile.PL.orig 2009-05-04 08:38:01 +0200 +++ SVN-Look-0.14.12/Makefile.PL 2009-05-04 08:38:49 +0200 @@@@ -4,22 +4,6 @@@@ use File::Spec::Functions qw/catfile path/; use ExtUtils::MakeMaker; d24 14 a37 3 WriteMakefile( NAME => 'SVN::Look', AUTHOR => 'Gustavo Chaves ', @ 1.5 log @modifying package: perl-vcs-5.10.0 20090308 -> 20090320 @ text @d12 26 @ 1.4 log @modifying package: perl-vcs-5.10.0 20090306 -> 20090308 @ text @d1 3 a3 3 Index: SVN-Look-0.14.10/lib/SVN/Look.pm --- SVN-Look-0.14.10/lib/SVN/Look.pm.orig 2008-11-06 04:07:11 +0100 +++ SVN-Look-0.14.10/lib/SVN/Look.pm 2009-02-01 20:50:11 +0100 @ 1.3 log @modifying package: perl-vcs-5.10.0 20090301 -> 20090306 @ text @d1 3 a3 3 Index: SVN-Look-0.14.9/lib/SVN/Look.pm --- SVN-Look-0.14.9/lib/SVN/Look.pm.orig 2008-11-06 04:07:11 +0100 +++ SVN-Look-0.14.9/lib/SVN/Look.pm 2009-02-01 20:50:11 +0100 @ 1.2 log @modifying package: perl-vcs-5.10.0 20090201 -> 20090301 @ text @d1 3 a3 3 Index: SVN-Look-0.14.7/lib/SVN/Look.pm --- SVN-Look-0.14.7/lib/SVN/Look.pm.orig 2008-11-06 04:07:11 +0100 +++ SVN-Look-0.14.7/lib/SVN/Look.pm 2009-02-01 20:50:11 +0100 @ 1.1 log @add SVN::Look @ text @d1 3 a3 3 Index: SVN-Look-0.13.463/lib/SVN/Look.pm --- SVN-Look-0.13.463/lib/SVN/Look.pm.orig 2008-11-06 04:07:11 +0100 +++ SVN-Look-0.13.463/lib/SVN/Look.pm 2009-02-01 20:50:11 +0100 @