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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Jun 7 01:38:13 EDT 2007


Author: trs
Date: Thu Jun  7 01:38:08 2007
New Revision: 3383

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

Log:
 r21787 at zot:  tom | 2007-06-07 01:37:58 -0400
 Back that back out for now -- breaks Doxory


Modified: jifty/trunk/lib/Jifty/Util.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Util.pm	(original)
+++ jifty/trunk/lib/Jifty/Util.pm	Thu Jun  7 01:38:08 2007
@@ -241,10 +241,10 @@
     if ($UNIVERSAL::require::ERROR) {
         my $error = $UNIVERSAL::require::ERROR;
         $error =~ s/ at .*?\n$//;
-        if ($args{'quiet'} and $error =~ /^Can't locate \Q$class\E/) {
+        if ($args{'quiet'} and $error =~ /^Can't locate/) {
             return 0;
         }
-        elsif ( $UNIVERSAL::require::ERROR !~ /^Can't locate \Q$class\E/) {
+        elsif ( $UNIVERSAL::require::ERROR !~ /^Can't locate/) {
             die $UNIVERSAL::require::ERROR;
         } else {
             Jifty->log->error(sprintf("$error at %s line %d\n", (caller(1))[1,2]));


More information about the Jifty-commit mailing list