[Bps-public-commit] r19405 - RT-Authen-OpenID/lib/RT/Authen

ruz at bestpractical.com ruz at bestpractical.com
Fri May 1 17:15:19 EDT 2009


Author: ruz
Date: Fri May  1 17:15:18 2009
New Revision: 19405

Modified:
   RT-Authen-OpenID/lib/RT/Authen/OpenID.pm

Log:
* update POD

Modified: RT-Authen-OpenID/lib/RT/Authen/OpenID.pm
==============================================================================
--- RT-Authen-OpenID/lib/RT/Authen/OpenID.pm	(original)
+++ RT-Authen-OpenID/lib/RT/Authen/OpenID.pm	Fri May  1 17:15:18 2009
@@ -1,15 +1,39 @@
+package RT::Authen::OpenID;
+
+use 5.008;
+use strict;
+use warnings;
+
+our $VERSION = '0.02';
+
+=head1 NAME
+
+RT::Authen::OpenID - Allows RT to do authentication via a service which supports the OpenID API
+
+=head1 INSTALLATION
+
+    perl Makefile.PL
+    make
+    make install
+
+Enable in the config
+
+    Set($EnableOpenId, 1);
+
+=cut
+
+1;
+
+=head1 AUTHORS
+
+Artur Bergman E<lt>sky at crucially.netE<gt>, Jesse Vincent E<lt>jesse at bestpractical.comE<gt>
 
 =head1 COPYRIGHT
 
-This extension is Copyright (C) 2005,2007 Best Practical Solutions, LLC.
+This extension is Copyright (C) 2005,2007-2009 Best Practical Solutions, LLC.
 Portions of this extension are Copyright (C) 2006 Artur Bergman
 
 It is freely redistributable under the terms of version 2 of the GNU GPL.
 
 =cut
 
-package RT::Authen::OpenID;
-
-our $VERSION = '0.02';
-
-1;



More information about the Bps-public-commit mailing list