From 5f42eecd070acc20e41c4b15ced01ed67a5dad0f Mon Sep 17 00:00:00 2001 From: Paul Cochrane Date: Sat, 2 May 2015 08:40:32 +0200 Subject: [PATCH] Add list of modules this dist provides in META.yml One of the (currently) experimental CPANTS kwalitee metrics is whether or not the modules a dist provides are listed in META.yml. This change adds the required information to META.yml. --- META.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/META.yml b/META.yml index 40e1dee..110eb29 100644 --- a/META.yml +++ b/META.yml @@ -30,6 +30,15 @@ requires: Net::LDAP: 0 Net::SSLeay: 0 perl: 5.8.3 +provides: + RT::Authen::ExternalAuth: + file: lib/RT/Authen/ExternalAuth.pm + RT::Authen::ExternalAuth::DBI: + file: lib/RT/Authen/ExternalAuth/DBI.pm + RT::Authen::ExternalAuth::LDAP: + file: lib/RT/Authen/ExternalAuth/LDAP.pm + RT::Authen::ExternalAuth::DBI::Cookie: + file: lib/RT/Authen/ExternalAuth/DBI/Cookie.pm resources: license: http://opensource.org/licenses/gpl-license.php repository: https://github.com/bestpractical/rt-authen-externalauth