/[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 330 by dpavlin, Wed Nov 5 20:18:33 2008 UTC revision 331 by dpavlin, Sat Nov 8 16:12:39 2008 UTC
# Line 185  sub markup { Line 185  sub markup {
185          @attributes = map {          @attributes = map {
186                          my $name = $_;                          my $name = $_;
187                          my $attr = $meta->get_attribute($name);                          my $attr = $meta->get_attribute($name);
188                            warn "## ref attr: ",ref( $attr );
189                          my ( $before, $title, $after ) = ( '', '', '' );                          my ( $before, $title, $after ) = ( '', '', '' );
190                          ( $before, $title, $after ) = ( '<b>', ' title="required"', '</b>' ) if $attr->is_required;                          ( $before, $title, $after ) = ( '<b>', ' title="required"', '</b>' ) if $attr->is_required;
191  warn $attr->dump(3);  warn $attr->dump(3);

Legend:
Removed from v.330  
changed lines
  Added in v.331

  ViewVC Help
Powered by ViewVC 1.1.26