[Jifty-commit] r6372 - in jifty/trunk: lib/Jifty/Plugin

Jifty commits jifty-commit at lists.jifty.org
Fri Feb 20 18:29:10 EST 2009


Author: alexmv
Date: Fri Feb 20 18:29:10 2009
New Revision: 6372

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

Log:
 r42378 at kohr-ah:  chmrr | 2009-02-20 18:28:56 -0500
  * No longer need this check, as we require > 0.28 always


Modified: jifty/trunk/lib/Jifty/Plugin/Halo.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Halo.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Halo.pm	Fri Feb 20 18:29:10 2009
@@ -29,13 +29,6 @@
     return if $self->_pre_init;
     return unless Jifty->config->framework('DevelMode');
 
-    # 0.28 added around_template instrumentation
-    eval { Template::Declare->VERSION('0.28'); 1 }
-        or do {
-            $self->log->debug("Template::Declare 0.28 required for TD halos.");
-            return;
-        };
-
     warn "Overwriting an existing Template::Declare->around_template"
         if Template::Declare->around_template;
 


More information about the Jifty-commit mailing list