/[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 124 by dpavlin, Sun Jul 13 16:54:13 2008 UTC revision 125 by dpavlin, Mon Jul 14 23:12:07 2008 UTC
# Line 28  sub classes { Line 28  sub classes {
28    
29  sub package_path {  sub package_path {
30          my ( $self, $package ) = @_;          my ( $self, $package ) = @_;
31          die "can't find path for package $package" unless defined $package_path->{$package};          $self->classes unless $package_path;
32            confess "can't find path for package $package" unless defined $package_path->{$package};
33          return $package_path->{$package};          return $package_path->{$package};
34  }  }
35    

Legend:
Removed from v.124  
changed lines
  Added in v.125

  ViewVC Help
Powered by ViewVC 1.1.26