summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 1.2.291.2.29Thierry Vignaud2016-09-162-1/+3
|
* shrink blacklist accordinglyThierry Vignaud2016-09-161-69/+0
|
* blacklist some basic packagesThierry Vignaud2016-09-162-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | they are not parsable by perl_checker and thus end in every project blacklist, so ... AutoLoader B Compress::Gzip Compress::Raw::Zlib Config::IniFiles Convert::ASN1 DateTime Digest::base Digest::Perl::MD5 encoding Errno Exporter::Heavy Exporter::Tiny ExtUtils::MakeMaker File::Copy File::Copy::Recursive File::Find File::FnMatch File::GlobMapper FileHandle File::MimeInfo::Magic File::NCopy File::Path File::Slurp File::Sync File::Temp 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::INET IO::Socket::IP IO::Socket::SSL IO::Uncompress::Gunzip Libconf::Glueconf Libconf::Templates::Generic::KeyValue List::MoreUtils LWP::UserAgent MDV::Distribconf::Build MIME::Base64 MIME::Words Net::DBus::Binding::Introspector Net::DBus::Binding::Iterator Net::DBus::RemoteObject Net::DBus::Test::MockIterator 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 String::Escape Symbol Sys::Syslog Term::ReadKey Test::More Text::ParseWords Text::Wrap 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
* recognize "bytes", "open" & "constant" pragmasThierry Vignaud2016-09-162-1/+3
| | | | also sort them
* help perl_checkerThierry Vignaud2016-09-161-1/+1
| | | | it doesn't like package names starting with numbers :-(
* 1.2.281.2.28Thierry Vignaud2016-09-162-1/+3
|
* tell perl_checker all func are exported by defaultThierry Vignaud2016-09-161-0/+2
| | | | well nearly all them anyway
* add POSIX fake packageThierry Vignaud2016-09-162-1/+166
|
* do not blacklist POSIXThierry Vignaud2016-09-161-1/+1
| | | | using a fake package is better...
* Gtk package is long dead (sicne nearly 15 years)Thierry Vignaud2016-09-161-1/+1
|
* add Cwd fake packageThierry Vignaud2016-09-132-1/+29
|
* update Curses::UI fake packageThierry Vignaud2016-09-131-6/+16
|
* update Encode fake packageThierry Vignaud2016-09-131-6/+3
|
* update Getopt::Long fake packageThierry Vignaud2016-09-131-0/+1
|
* update MDV::Distribconf fake packageThierry Vignaud2016-09-132-33/+62
|
* remove Cairo fake packages (unused)Thierry Vignaud2016-09-132-350/+1
|
* remove Gnome2 fake packages (unused)Thierry Vignaud2016-09-133-730/+1
|
* update Net::DNS fake packageThierry Vignaud2016-09-132-5/+995
|
* update RPM4 fake packageThierry Vignaud2016-09-132-11/+1
|
* add c fake packageThierry Vignaud2016-09-132-1/+78
|
* add Encode fake packageThierry Vignaud2016-09-132-1/+180
|
* add Carp fake packageThierry Vignaud2016-09-132-1/+27
|
* add XSLoader fake packageThierry Vignaud2016-09-132-1/+6
|
* add Glib::Object::Introspection fake packageThierry Vignaud2016-09-132-0/+33
|
* update Gtk2 fake packageThierry Vignaud2016-09-132-0/+5
|
* update Glib fake packageThierry Vignaud2016-09-131-1/+13
|
* 1.2.271.2.27Thierry Vignaud2016-08-272-1/+3
|
* add USER fake package for userdrakeThierry Vignaud2016-08-272-0/+58
|
* warn when @ISA / "use base" is used more than onceThierry Vignaud2015-06-142-1/+4
| | | | make it a warning instead of dying (needed for Parted bindings)
* update blacklist (from drakx)Thierry Vignaud2015-05-251-1/+69
|
* update GlibThierry Vignaud2015-05-251-0/+85
|
* update URPMThierry Vignaud2015-05-251-9/+12
|
* generate tarball in current dir like other projectsThierry Vignaud2015-05-181-1/+1
|
* simplify as we only handle gitThierry Vignaud2015-05-181-1/+0
|
* drop SVN leftoversThierry Vignaud2015-05-031-21/+1
|
* 1.2.261.2.26Thierry Vignaud2014-02-242-1/+3
|
* better fake Gtk3Thierry Vignaud2014-02-041-15/+2577
|
* fix "undeclared variable $_" false positive on List::Util::first()Thierry Vignaud2014-01-222-1/+2
|
* blacklist some keywordsThierry Vignaud2014-01-191-4/+0
|
* fake packages: add Gtk3 & Gtk3::{Notify,WebKit}Thierry Vignaud2014-01-194-0/+16815
|
* we don't handle the new // operatorThierry Vignaud2013-09-131-0/+7
|
* 1.2.251.2.25Thierry Vignaud2013-09-052-1/+3
|
* "please remove the space before the function call" is no more fatalThierry Vignaud2013-09-052-1/+2
| | | | (for Gtk3)
* one more itemThierry Vignaud2013-05-171-0/+2
|
* one more itemThierry Vignaud2013-04-251-0/+2
|
* one more bogus case to fixThierry Vignaud2013-03-061-0/+2
|
* add older historyThierry Vignaud2013-03-061-0/+303
|
* update Glib fake packageThierry Vignaud2012-12-172-5/+9
|
* 1.2.241.2.24Thierry Vignaud2012-10-132-1/+3
|
* recognize \E, \L, \u, \U in regexpesThierry Vignaud2012-10-132-1/+2
|