[Jifty-commit] r7035 - in plugins/Jifty-Plugin-Authentication-CAS: .

Jifty commits jifty-commit at lists.jifty.org
Fri May 15 03:59:29 EDT 2009


Author: yves
Date: Fri May 15 03:59:28 2009
New Revision: 7035

Modified:
   plugins/Jifty-Plugin-Authentication-CAS/Makefile.PL
   plugins/Jifty-Plugin-Authentication-CAS/lib/Jifty/Plugin/Authentication/CAS.pm

Log:
clean Makefile, POD, License to put on CPAN


Modified: plugins/Jifty-Plugin-Authentication-CAS/Makefile.PL
==============================================================================
--- plugins/Jifty-Plugin-Authentication-CAS/Makefile.PL	(original)
+++ plugins/Jifty-Plugin-Authentication-CAS/Makefile.PL	Fri May 15 03:59:28 2009
@@ -1,8 +1,9 @@
-use inc::Module::Install 0.46;
+use inc::Module::Install;
 name('Jifty-Plugin-Authentication-CAS');
-version_from('lib/Jifty/Plugin/Authentication/CAS.pm');
+all_from('lib/Jifty/Plugin/Authentication/CAS.pm');
 
 requires('Jifty');
+requires('Authen::CAS::Client');
 
 auto_install();
 tests(qw( t/*/t/*.t ));

Modified: plugins/Jifty-Plugin-Authentication-CAS/lib/Jifty/Plugin/Authentication/CAS.pm
==============================================================================
--- plugins/Jifty-Plugin-Authentication-CAS/lib/Jifty/Plugin/Authentication/CAS.pm	(original)
+++ plugins/Jifty-Plugin-Authentication-CAS/lib/Jifty/Plugin/Authentication/CAS.pm	Fri May 15 03:59:28 2009
@@ -9,7 +9,7 @@
 
 =head1 NAME
 
-Jifty::Plugin::Authentication::CAS - JA-SIG CAS authentication plugin
+Jifty::Plugin::Authentication::CAS - JA-SIG CAS authentication plugin for Jifty
 
 =head1 DESCRIPTION
 
@@ -66,18 +66,19 @@
     return $domain;
 };
 
-=head1 TODO
-
-add a ldap config to get more attributes
-
 =head1 SEE ALSO
 
 L<Jifty::Manual::AccessControl>, L<Jifty::Plugin::User>, L<Authen::CAS::Client>
 
+=head1 AUTHOR
+
+Yves Agostini, <yvesago at cpan.org>
+
 =head1 LICENSE
 
-Jifty is Copyright 2005-2007 Best Practical Solutions, LLC.
-Jifty is distributed under the same terms as Perl itself.
+Copyright 2007-2009 Yves Agostini. All Rights Reserved.
+
+This program is free software and may be modified and distributed under the same terms as Perl itself.
 
 =cut
 


More information about the Jifty-commit mailing list