[Jifty-commit] r3433 - jifty/trunk/lib/Jifty/Module

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Jun 10 21:24:04 EDT 2007


Author: sky
Date: Sun Jun 10 21:24:04 2007
New Revision: 3433

Modified:
   jifty/trunk/lib/Jifty/Module/Pluggable.pm

Log:
remove trailing whitespace

Modified: jifty/trunk/lib/Jifty/Module/Pluggable.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Module/Pluggable.pm	(original)
+++ jifty/trunk/lib/Jifty/Module/Pluggable.pm	Sun Jun 10 21:24:04 2007
@@ -21,15 +21,15 @@
     To:       jesse at bestpractical.com
 
 On Mon, Oct 23, 2006 at 09:11:22PM -0700, Jesse Vincent said:
-does this thread make any sense to you? It looks like  
+does this thread make any sense to you? It looks like
 Module::Pluggable is interacting poorly with UNIVERSAL::require?
 
-Module::Pluggable used to to use UNIVERSAL::require but I switched 
+Module::Pluggable used to to use UNIVERSAL::require but I switched
 because I was trying to get rid of dependencies.
 
-I farmed the requiring stuff off to it's own _require method in order to 
-make it easy to subclass so that people could ovveride how the require 
-was done. 
+I farmed the requiring stuff off to it's own _require method in order to
+make it easy to subclass so that people could ovveride how the require
+was done.
 
 
 =head3  But Simon is lying...
@@ -57,11 +57,11 @@
                  # (for some reason, "no warnings 'syntax'" does not work as advertised here.)
                  # Note that it does _not_ turn off warnings triggered in the $module itself.
     if ((not $module->require()) &&  ( $UNIVERSAL::require::ERROR !~ /^Can't locate/)) {
-        die $UNIVERSAL::require::ERROR;    
-    } 
+        die $UNIVERSAL::require::ERROR;
+    }
          # We'd prefer to use Jifty::Util->require() here, but it spews crazy warnings
 
     return $UNIVERSAL::require::ERROR;
-} 
+}
 
 1;


More information about the Jifty-commit mailing list