[Jifty-commit] r5652 - Net-Jifty/trunk

Jifty commits jifty-commit at lists.jifty.org
Sun Aug 3 18:38:02 EDT 2008


Author: sartak
Date: Sun Aug  3 18:38:01 2008
New Revision: 5652

Modified:
   Net-Jifty/trunk/   (props changed)
   Net-Jifty/trunk/Makefile.PL

Log:
 r48917 at gorgoroth:  sartak | 2008-08-03 18:37:52 -0400
 Depend on a modern Mosoe


Modified: Net-Jifty/trunk/Makefile.PL
==============================================================================
--- Net-Jifty/trunk/Makefile.PL	(original)
+++ Net-Jifty/trunk/Makefile.PL	Sun Aug  3 18:38:01 2008
@@ -3,7 +3,7 @@
 name            'Net-Jifty';
 all_from        'lib/Net/Jifty.pm';
 
-requires        'Moose';
+requires        'Moose' => '0.50';
 requires        'LWP::UserAgent';
 requires        'YAML';
 requires        'URI';


More information about the Jifty-commit mailing list