[Jifty-commit] r822 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Apr 6 17:40:19 EDT 2006


Author: alexmv
Date: Thu Apr  6 17:40:18 2006
New Revision: 822

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Script.pm

Log:
 r12178 at zoq-fot-pik:  chmrr | 2006-04-06 17:40:05 -0400
  * fix 'base class is empty' errors -- I believe they stem from Spiffy
    messing with load ordering.


Modified: jifty/trunk/lib/Jifty/Script.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Script.pm	(original)
+++ jifty/trunk/lib/Jifty/Script.pm	Thu Apr  6 17:40:18 2006
@@ -1,4 +1,5 @@
 package Jifty::Script;
+use App::CLI;
 use base qw/App::CLI App::CLI::Command/;
 
 =head2 prepare


More information about the Jifty-commit mailing list