[Bps-public-commit] rt-authen-externalauth branch, master, updated. 0.14-1-g642cb86

Thomas Sibley trs at bestpractical.com
Wed May 22 20:18:48 EDT 2013


The branch, master has been updated
       via  642cb8667d74a948f2e693277749d536312bbe53 (commit)
      from  8f6d6adbe653d6ed2c88c898afcb5b5dcee5a1c6 (commit)

Summary of changes:
 etc/RT_SiteConfig.pm                     | 6 +++++-
 lib/RT/Authen/ExternalAuth/DBI.pm        | 4 ++++
 lib/RT/Authen/ExternalAuth/DBI/Cookie.pm | 4 ++++
 lib/RT/Authen/ExternalAuth/LDAP.pm       | 4 ++++
 4 files changed, 17 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 642cb8667d74a948f2e693277749d536312bbe53
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed May 22 17:18:04 2013 -0700

    Add =head1 NAME sections in POD for the benefit of MetaCPAN
    
    MetaCPAN doesn't detect included documentation unless it has a NAME
    matching the package.

diff --git a/etc/RT_SiteConfig.pm b/etc/RT_SiteConfig.pm
index f8fe8fb..c539d23 100644
--- a/etc/RT_SiteConfig.pm
+++ b/etc/RT_SiteConfig.pm
@@ -1,4 +1,8 @@
-=head1 External Authentication Configuration
+=head1 NAME
+
+External Authentication Configuration - Sample configs for L<RT::Authen::ExternalAuth>
+
+=head1 DESCRIPTION
 
 L<RT::Authen::ExternalAuth> provides a lot of flexibility
 with many configuration options. This file describes these
diff --git a/lib/RT/Authen/ExternalAuth/DBI.pm b/lib/RT/Authen/ExternalAuth/DBI.pm
index 112b877..dba55cc 100644
--- a/lib/RT/Authen/ExternalAuth/DBI.pm
+++ b/lib/RT/Authen/ExternalAuth/DBI.pm
@@ -5,6 +5,10 @@ use RT::Authen::ExternalAuth::DBI::Cookie;
 
 use strict;
 
+=head1 NAME
+
+RT::Authen::ExternalAuth::DBI - External database source for RT authentication
+
 =head1 DESCRIPTION
 
 Provides the database implementation for L<RT::Authen::ExternalAuth>.
diff --git a/lib/RT/Authen/ExternalAuth/DBI/Cookie.pm b/lib/RT/Authen/ExternalAuth/DBI/Cookie.pm
index 2d48d90..55a9294 100644
--- a/lib/RT/Authen/ExternalAuth/DBI/Cookie.pm
+++ b/lib/RT/Authen/ExternalAuth/DBI/Cookie.pm
@@ -4,6 +4,10 @@ use CGI::Cookie;
 
 use strict;
 
+=head1 NAME
+
+RT::Authen::ExternalAuth::DBI::Cookie - Database-backed, cookie SSO source for RT authentication
+
 =head1 DESCRIPTION
 
 Provides the Cookie implementation for L<RT::Authen::ExternalAuth>.
diff --git a/lib/RT/Authen/ExternalAuth/LDAP.pm b/lib/RT/Authen/ExternalAuth/LDAP.pm
index b3238ac..02fd3d5 100644
--- a/lib/RT/Authen/ExternalAuth/LDAP.pm
+++ b/lib/RT/Authen/ExternalAuth/LDAP.pm
@@ -8,6 +8,10 @@ use strict;
 
 require Net::SSLeay if $RT::ExternalServiceUsesSSLorTLS;
 
+=head1 NAME
+
+RT::Authen::ExternalAuth::LDAP - LDAP source for RT authentication
+
 =head1 DESCRIPTION
 
 Provides the LDAP implementation for L<RT::Authen::ExternalAuth>.

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list