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

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

revision 853 by dpavlin, Fri Dec 12 18:02:39 2008 UTC revision 854 by dpavlin, Mon Dec 15 21:00:05 2008 UTC
# Line 63  sub as_markup { Line 63  sub as_markup {
63                          }                          }
64                  }                  }
65    
66                  my @runnable = @{ $runnable->{ $class } } if defined $runnable->{ $class };                  my @runnable = ();
67                    @{ $runnable->{ $class } } if defined $runnable->{ $class };
68                  @runnable = $self->class_runnable( $class ) unless @runnable;                  @runnable = $self->class_runnable( $class ) unless @runnable;
69    
70                  my @run = map {                  my @run = map {

Legend:
Removed from v.853  
changed lines
  Added in v.854

  ViewVC Help
Powered by ViewVC 1.1.26