[Jifty-commit] r2074 - in jifty/trunk: examples/Ping

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Oct 27 04:12:49 EDT 2006


Author: jesse
Date: Fri Oct 27 04:12:49 2006
New Revision: 2074

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

Log:
 r29535 at pinglin:  jesse | 2006-10-27 01:12:14 -0700
  * update Ping to have proper deps


Modified: jifty/trunk/examples/Ping/Makefile.PL
==============================================================================
--- jifty/trunk/examples/Ping/Makefile.PL	(original)
+++ jifty/trunk/examples/Ping/Makefile.PL	Fri Oct 27 04:12:49 2006
@@ -1,8 +1,7 @@
 use inc::Module::Install;
 name('Ping');
 version('0.01');
-requires('Jifty' => '0.60912');
-requires('IPC::PubSub' => '0.11');
+requires('Jifty' => '0.61025');
 requires('Net::Server' => 0);
 
 WriteAll;


More information about the Jifty-commit mailing list