/[Frey]/trunk/lib/Frey/Class/Loader.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/Class/Loader.pm

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

revision 1132 by dpavlin, Wed Dec 24 13:51:59 2008 UTC revision 1133 by dpavlin, Tue Jun 30 15:10:55 2009 UTC
# Line 216  It is used by L<Frey::Run> and L<Frey::P Line 216  It is used by L<Frey::Run> and L<Frey::P
216                  my ($self) = @_;                  my ($self) = @_;
217                  $self->sponge;                  $self->sponge;
218          }          }
219    
220            no Moose::Role;
221  }  }
222    
223  our $syntax_checked_last;  our $syntax_checked_last;
# Line 263  sub new_frey_class { Line 265  sub new_frey_class {
265          return $instance;          return $instance;
266  }  }
267    
268    __PACKAGE__->meta->make_immutable;
269    no Moose;
270    
271  1;  1;

Legend:
Removed from v.1132  
changed lines
  Added in v.1133

  ViewVC Help
Powered by ViewVC 1.1.26