/[Frey]/trunk/lib/Frey/ClassLoader.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey/ClassLoader.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 403 by dpavlin, Mon Nov 17 19:21:06 2008 UTC revision 404 by dpavlin, Tue Nov 18 10:35:27 2008 UTC
# Line 57  sub class_path { Line 57  sub class_path {
57                  $path .= '.pm';                  $path .= '.pm';
58                  $path = $INC{$path};                  $path = $INC{$path};
59                  warn "# $class from INC $path";                  warn "# $class from INC $path";
60                  $class_path->{$class} = $path;                  $class_path->{$class} = $path || confess "can't find path for $class";
61          }          }
62          return $class_path->{$class};          return $class_path->{$class};
63  }  }

Legend:
Removed from v.403  
changed lines
  Added in v.404

  ViewVC Help
Powered by ViewVC 1.1.26