From 67c46ecfebf9af723b56e41c8ebdee375f43df68 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 11 Oct 2016 10:40:15 +0200 Subject: blacklist File::Spec::Unix, Test::Builder for iurt --- NEWS | 1 + src/tree.ml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index fb4e8d2..0a16534 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +- blacklist File::Spec::Unix & Test::Builder for iurt - list more Gtk3 methods, thus increasing SNR Version 1.2.29 - 16 September 2016, by Thierry Vignaud diff --git a/src/tree.ml b/src/tree.ml index ef89c2c..36b0273 100644 --- a/src/tree.ml +++ b/src/tree.ml @@ -181,7 +181,7 @@ let uses_external_package = function | "DateTime" | "DynaLoader" | "Data::Dumper" | "Digest::base" | "Digest::Perl::MD5" | "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::Sync" | "File::Temp" | "FileHandle" + | "File::GlobMapper" | "File::MimeInfo::Magic" | "File::NCopy" | "File::Path" | "File::Slurp" | "File::Spec::Unix" | "File::Sync" | "File::Temp" | "FileHandle" | "Gtk2::Gdk::Keysyms" | "Hash::Util::FieldHash" | "HTTP::Message" | "HTTP::Request::Common" | "IO::Compress::Base::Common" | "IO::Compress::Gzip" | "IO::File" | "IO::Handle" | "IO::Pipe" | "IO::Socket" | "IO::Socket::INET" | "IO::Socket::IP" | "IO::Socket::SSL" | "IO::Uncompress::Gunzip" @@ -191,7 +191,7 @@ let uses_external_package = function | "Net::HTTP" | "Net::HTTP::Methods" | "Net::LDAP" | "Net::LDAP::Constant" | "Net::LDAP::Control" | "Net::LDAP::Filter" | "Net::LDAP::Intermediate" | "Net::LDAP::Schema" | "Net::LDAP::Util" | "Net::SSL" | "overload" | "parent" | "Perl::Tidy" | "Pod::Usage" | "Socket" | "String::Escape" | "Symbol" | "Sys::Syslog" - | "Term::ReadKey" | "Test::More" | "Text::ParseWords" | "Text::Wrap" | "Time::localtime" | "Time::ZoneInfo" | "URI::Escape" + | "Term::ReadKey" | "Test::Builder" | "Test::More" | "Text::ParseWords" | "Text::Wrap" | "Time::localtime" | "Time::ZoneInfo" | "URI::Escape" | "XML::LibXML::AttributeHash" | "XML::LibXML::Boolean" | "XML::LibXML::Error" | "XML::LibXML::Literal" | "XML::LibXML::NodeList" | "XML::LibXML::Number" | "XML::Parser" | "XML::Simple" | "XML::Writer" -> true | _ -> false -- cgit v1.2.1