Same comment as with beta: seems like the 'recommends' and 'resources' sections, and the 'license: apache' are missing in META.yml, probably due to an old version of ExtUtils::MakeMaker in use at the time of packaging:
--- ~mark/Mail-SpamAssassin-3.3.0/META.yml +++ official/Mail-SpamAssassin-3.3.0/META.yml ...(reordered slightly to make changes more obvious)... -license: apache +license: ~ -generated_by: ExtUtils::MakeMaker version 6.55_02 +generated_by: ExtUtils::MakeMaker version 6.42 - url: http://module-build.sourceforge.net/META-spec-v1.4.html + url: http://module-build.sourceforge.net/META-spec-v1.3.html - version: 1.4 + version: 1.3 -configure_requires: - ExtUtils::MakeMaker: 0 -build_requires: - ExtUtils::MakeMaker: 0 [...] -resources: - bugtracker: https://issues.apache.org/SpamAssassin/ - homepage: http://spamassassin.apache.com/ - license: http://www.apache.org/licenses/LICENSE-2.0.html - MailingList: http://wiki.apache.org/spamassassin/MailingLists - repository: http://svn.apache.org/repos/asf/spamassassin/ -no_index: - directory: - - t - - inc -recommends: - Archive::Tar: 1.23 - Compress::Zlib: 0 - DB_File: 0 - DBI: 0 - Encode::Detect: 0 - Getopt::Long: 2.32 - HTTP::Date: 0 - IO::Socket::INET6: 0 - IO::Socket::SSL: 0 - IO::Zlib: 1.04 - IP::Country::Fast: 0 - LWP::UserAgent: 0 - Mail::DKIM: 0.37 - Mail::SPF: 0 - MIME::Base64: 0 - Net::Ident: 0 - Net::SMTP: 0 - Razor2::Client::Agent: 2.61 Mark
