[Jifty-commit] r5835 - in jifty/trunk/plugins: Authentication-CAS Authentication-Ldap

Jifty commits jifty-commit at lists.jifty.org
Sun Sep 14 05:49:38 EDT 2008


Author: yves
Date: Sun Sep 14 05:49:38 2008
New Revision: 5835

Modified:
   jifty/trunk/plugins/Authentication-CAS/Makefile.PL
   jifty/trunk/plugins/Authentication-Ldap/Makefile.PL
   jifty/trunk/plugins/Comment/Makefile.PL

Log:
fix wrong package names in Makefile.PL


Modified: jifty/trunk/plugins/Authentication-CAS/Makefile.PL
==============================================================================
--- jifty/trunk/plugins/Authentication-CAS/Makefile.PL	(original)
+++ jifty/trunk/plugins/Authentication-CAS/Makefile.PL	Sun Sep 14 05:49:38 2008
@@ -1,5 +1,5 @@
 use inc::Module::Install 0.46;
-name('Authentication-CAS');
+name('Jifty-Plugin-Authentication-CAS');
 #version_from('lib/Jifty/Plugin/Authentication/CAS.pm');
 version_from('../../lib/Jifty.pm');
 

Modified: jifty/trunk/plugins/Authentication-Ldap/Makefile.PL
==============================================================================
--- jifty/trunk/plugins/Authentication-Ldap/Makefile.PL	(original)
+++ jifty/trunk/plugins/Authentication-Ldap/Makefile.PL	Sun Sep 14 05:49:38 2008
@@ -1,5 +1,5 @@
 use inc::Module::Install 0.46;
-name('Authentication-Ldap');
+name('Jifty-Plugin-Authentication-Ldap');
 #version_from('lib/Jifty/Plugin/Authentication/CAS.pm');
 version_from('../../lib/Jifty.pm');
 

Modified: jifty/trunk/plugins/Comment/Makefile.PL
==============================================================================
--- jifty/trunk/plugins/Comment/Makefile.PL	(original)
+++ jifty/trunk/plugins/Comment/Makefile.PL	Sun Sep 14 05:49:38 2008
@@ -1,5 +1,5 @@
 use inc::Module::Install 0.46;
-name('Comment');
+name('Jifty-Plugin-Comment');
 version_from('../../lib/Jifty.pm');
 
 requires('HTML::Scrubber'),


More information about the Jifty-commit mailing list