From f819d47784f4fb78cdaa062dbf3838f847636fd0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 6 Nov 2016 14:54:31 +0100 Subject: blacklist Date::Manip for urpm::parallel --- NEWS | 1 + src/tree.ml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 20766f8..9d6393b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +- blacklist Date::Manip for urpm::parallel - fake packages: o add fake packages for Pango::Cairo o add Glib::IO diff --git a/src/tree.ml b/src/tree.ml index 4ec660b..20160ba 100644 --- a/src/tree.ml +++ b/src/tree.ml @@ -178,7 +178,7 @@ let get_exported t = let uses_external_package = function | "Exporter" | "bytes" | "constant" | "diagnostics" | "feature" | "lib" | "open" | "strict" | "vars" | "warnings" | "Storable" | "AutoLoader" | "B" | "Compress::Raw::Zlib" | "Config" | "Config::IniFiles" | "Convert::ASN1" - | "Data::Dumper" | "DateTime" | "Digest::base" | "Digest::Perl::MD5" | "DynaLoader" | "encoding" | "Errno" + | "Data::Dumper" | "DateTime" | "Date::Manip" | "Digest::base" | "Digest::Perl::MD5" | "DynaLoader" | "encoding" | "Errno" | "Expect" | "Exporter::Heavy" | "Exporter::Tiny" | "ExtUtils::MakeMaker" | "File::Basename" | "File::Copy" | "File::Copy::Recursive" | "File::Find" | "File::FnMatch" | "File::GlobMapper" | "File::MimeInfo::Magic" | "File::NCopy" | "File::Path" | "File::Slurp" | "File::Spec::Unix" | "File::Sync" | "File::Temp" | "FileHandle" -- cgit v1.2.1