Ticket #50421: patch-perl-Build.PL.diff

File patch-perl-Build.PL.diff, 336 bytes (added by akkornel (A. Karl Kornel), 9 years ago)

Add some missing requirements to perl/Build.PL

  • perl/Build.PL

    old new my $build = Module::Build->new( 
    4848        'Net::Remctl'              => 0,
    4949        WebAuth                    => 0,
    5050    },
     51    test_requires => {
     52        'Crypt::GeneratePassword'  => 0,
     53        'DateTime::Format::SQLite' => 0,
     54    },
    5155);
    5256
    5357# Generate the build script.