Changeset 17002
- Timestamp:
- 08/03/08 06:56:07 (5 years ago)
- Location:
- lang/perl/Data-Feed/trunk/lib/Data/Feed
- Files:
-
- 2 modified
-
Atom/Entry.pm (modified) (2 diffs)
-
Web/Content.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Data-Feed/trunk/lib/Data/Feed/Atom/Entry.pm
r16253 r17002 38 38 ); 39 39 } else { 40 Data::Feed::Web::Content-> wrap({type => 'html',41 body => $entry->{entry}->summary });40 Data::Feed::Web::Content->new( type => 'html', 41 body => $entry->{entry}->summary ); 42 42 } 43 43 } … … 63 63 } 64 64 65 Data::Feed::Web::Content-> wrap({type => $type,66 body => $c ? $c->body : undef });65 Data::Feed::Web::Content->new( type => $type, 66 body => $c ? $c->body : undef ); 67 67 } 68 68 } -
lang/perl/Data-Feed/trunk/lib/Data/Feed/Web/Content.pm
r16223 r17002 14 14 ); 15 15 16 __PACKAGE__->meta->make_immutable; 17 16 18 no Moose; 17 19
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)