[Jifty-commit] r475 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jan 6 17:15:45 EST 2006


Author: jesse
Date: Fri Jan  6 17:15:44 2006
New Revision: 475

Modified:
   /   (props changed)
   jifty/trunk/Makefile.PL

Log:
 r22193 at truegrounds:  jesse | 2006-01-06 23:08:19 +0100
 * Parrot is incorrectly the CPAN owner for Pod::Simple::Text. Instead,
   depend on Pod::Simple
 


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Fri Jan  6 17:15:44 2006
@@ -45,7 +45,7 @@
 requires('Module::Install' => '0.50');
 requires('Module::Pluggable' => '2.95');
 requires('Module::Refresh');
-requires('Pod::Simple::Text');
+requires('Pod::Simple'); #Pod::Simple::Text
 requires('Pod::Usage');
 requires('Scalar::Util');
 requires('String::Koremutake');


More information about the Jifty-commit mailing list