]> Sergey Matveev's repositories - public-inbox.git/blobdiff - ci/deps.perl
No ext_urls
[public-inbox.git] / ci / deps.perl
index 643e86c0563a1895f7b981cc861b8bf395c79427..ae85986d622f87bd30563fc168f41fd128f3543d 100755 (executable)
@@ -14,16 +14,14 @@ 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
-               Devel::Peek
                Digest::SHA
                Encode
                ExtUtils::MakeMaker
                IO::Compress::Gzip
-               URI::Escape
+               URI
                ), @test_essential ],
 
        # everything optional for normal use
@@ -80,10 +78,6 @@ my $non_auto = {
                pkg => 'p5-TimeDate',
                rpm => 'perl-TimeDate',
        },
-       'Devel::Peek' => {
-               deb => 'perl', # libperl5.XX, but the XX varies
-               pkg => 'perl5',
-       },
        'Digest::SHA' => {
                deb => 'perl', # libperl5.XX, but the XX varies
                pkg => 'perl5',
@@ -109,7 +103,7 @@ my $non_auto = {
                pkg => 'p5-Plack',
                rpm => 'perl-Plack-Test',
        },
-       'URI::Escape' => {
+       'URI' => {
                deb => 'liburi-perl',
                pkg => 'p5-URI',
                rpm => 'perl-URI',