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

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

revision 883 by dpavlin, Wed Dec 10 20:45:11 2008 UTC revision 884 by dpavlin, Wed Dec 24 12:43:41 2008 UTC
# Line 161  sub as_markup { Line 161  sub as_markup {
161                          $introspect->{methods}->{$name} = {};                          $introspect->{methods}->{$name} = {};
162                  }                  }
163                  qq|<td class="m">$name</td>|                  qq|<td class="m">$name</td>|
164          } sort $self->class_methods( $class );          } sort {
165                    lc($a) cmp lc($b)      
166            } $self->class_methods( $class );
167    
168          my @attributes;          my @attributes;
169          if ( $meta->get_attribute_list ) {          if ( $meta->get_attribute_list ) {

Legend:
Removed from v.883  
changed lines
  Added in v.884

  ViewVC Help
Powered by ViewVC 1.1.26