[Jifty-commit] r6406 - in jifty/trunk: contrib lib/Jifty/Script

Jifty commits jifty-commit at lists.jifty.org
Tue Feb 24 19:19:21 EST 2009


Author: alexmv
Date: Tue Feb 24 19:19:21 2009
New Revision: 6406

Removed:
   jifty/trunk/lib/Jifty/Script/Deps.pm
Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/Makefile.PL
   jifty/trunk/contrib/jifty_completion.sh

Log:
 r42538 at kohr-ah:  chmrr | 2009-02-24 19:16:42 -0500
  * Remove bit-rotted and never-completed `jifty deps` command; use shipwright instead


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Tue Feb 24 19:19:21 2009
@@ -146,11 +146,6 @@
     recommends('Apache2::Const' => 0),
     ;
 
-feature 'Experimental features' =>
-    -default => 0,
-    recommends('PAR::Dist::FromCPAN' => 0),
-    ;
-
 feature 'OpenID Login Plugin' =>
     -default => 0,
     recommends('Net::OpenID::Consumer' => 0),

Modified: jifty/trunk/contrib/jifty_completion.sh
==============================================================================
--- jifty/trunk/contrib/jifty_completion.sh	(original)
+++ jifty/trunk/contrib/jifty_completion.sh	Tue Feb 24 19:19:21 2009
@@ -9,7 +9,7 @@
     local cur
     cur=${COMP_WORDS[COMP_CWORD]}
 
-    local jifty_commands="action adopt app console deps env fastcgi help modperl2 model plugin po schema server"
+    local jifty_commands="action adopt app console env fastcgi help modperl2 model plugin po schema server"
     if (($COMP_CWORD == 1)); then
         COMPREPLY=( $( compgen -W "$jifty_commands" -- $cur ) )
         return 0


More information about the Jifty-commit mailing list