[Jifty-commit] r2966 - jifty/trunk/lib/Jifty/Plugin

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Mar 14 12:57:57 EDT 2007


Author: yves
Date: Wed Mar 14 12:57:57 2007
New Revision: 2966

Modified:
   jifty/trunk/lib/Jifty/Plugin/ClassLoader.pm

Log:
no more necessary


Modified: jifty/trunk/lib/Jifty/Plugin/ClassLoader.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/ClassLoader.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/ClassLoader.pm	Wed Mar 14 12:57:57 2007
@@ -33,8 +33,8 @@
 sub new {
     my $class = shift;
     my %args = (@_);
-#    my @exist = grep {ref $_ eq $class and $_->{base} eq $args{base}} @INC;
-#     return $exist[0] if @exist;
+    my @exist = grep {ref $_ eq $class and $_->{base} eq $args{base}} @INC;
+     return $exist[0] if @exist;
 
 
     my $self = bless {%args}, $class;


More information about the Jifty-commit mailing list