Ticket #50421: patch-perl-Build.PL.diff
File patch-perl-Build.PL.diff, 336 bytes (added by akkornel (A. Karl Kornel), 9 years ago) |
---|
-
perl/Build.PL
old new my $build = Module::Build->new( 48 48 'Net::Remctl' => 0, 49 49 WebAuth => 0, 50 50 }, 51 test_requires => { 52 'Crypt::GeneratePassword' => 0, 53 'DateTime::Format::SQLite' => 0, 54 }, 51 55 ); 52 56 53 57 # Generate the build script.