X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=ci%2Fdeps.perl;h=a797911a7a57d0c7df5ba4d6d8a289dea652d648;hb=47ad2954fa34cdc75fa5c56f38f352d77afba553;hp=643e86c0563a1895f7b981cc861b8bf395c79427;hpb=af0b0fb7a454470a32c452119d0392e0dedb3fe1;p=public-inbox.git diff --git a/ci/deps.perl b/ci/deps.perl index 643e86c0..a797911a 100755 --- a/ci/deps.perl +++ b/ci/deps.perl @@ -14,7 +14,6 @@ my @test_essential = qw(Test::Simple); # we actually use Test::More # package profiles my $profiles = { # the smallest possible profile for testing - # TODO: trim URI::Escape from this, maybe essential => [ qw( git perl @@ -23,7 +22,7 @@ my $profiles = { Encode ExtUtils::MakeMaker IO::Compress::Gzip - URI::Escape + URI ), @test_essential ], # everything optional for normal use @@ -109,7 +108,7 @@ my $non_auto = { pkg => 'p5-Plack', rpm => 'perl-Plack-Test', }, - 'URI::Escape' => { + 'URI' => { deb => 'liburi-perl', pkg => 'p5-URI', rpm => 'perl-URI',