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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Jul 4 15:09:13 EDT 2006


Author: trs
Date: Tue Jul  4 15:09:12 2006
New Revision: 1475

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/Makefile.PL
   jifty/trunk/lib/Jifty/Web.pm

Log:
 r13917 at zot:  tom | 2006-07-04 15:08:37 -0400
 Update for the latest CSS::Squish


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Tue Jul  4 15:09:12 2006
@@ -11,7 +11,7 @@
 requires('Class::Container');
 requires('Class::Data::Inheritable');
 requires('Compress::Zlib');
-requires('CSS::Squish' => 0.04 );
+requires('CSS::Squish' => 0.05 );
 requires('DBD::SQLite' => 1.11 );
 requires('Data::Page');
 requires('DateTime');

Modified: jifty/trunk/lib/Jifty/Web.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web.pm	(original)
+++ jifty/trunk/lib/Jifty/Web.pm	Tue Jul  4 15:09:12 2006
@@ -911,7 +911,7 @@
                     );
         }
 
-        CSS::Squish->roots( $jifty );
+        CSS::Squish->roots( $app, $jifty );
         
         my $css = CSS::Squish->concatenate( $file );
 


More information about the Jifty-commit mailing list