Changeset 25801
- Timestamp:
- 12/03/08 23:41:24 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/branches/mouse/lib/HTTP/Engine/Interface.pm
r25783 r25801 113 113 } 114 114 for my $attribute (keys %{ $args->{attributes} || {} }) { 115 $writer->add_attribute( $attribute, $args->{attributes}->{$attribute} ); 115 Mouse::Meta::Attribute->create( $writer->meta, $attribute, 116 %{ $args->{attributes}->{$attribute} } ); 116 117 } 117 118
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)