Skip to content

Commit

Permalink
Add support for RSS enclosure
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Durden committed Aug 7, 2011
1 parent 18c58c6 commit 3d10f08
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/Dancer/Plugin/Feed.pm
Expand Up @@ -14,9 +14,8 @@ my $ct = {
my @feed_properties =
qw/format title base link tagline description author language copyright self_link modified/;

my @entries_properties = qw/
title base link content summary category tags author id issued modified
/;
my @entries_properties =
qw/title base link content summary category tags author id issued modified enclosure/;

register create_feed => sub {
my (%params) = @_;
Expand Down

0 comments on commit 3d10f08

Please sign in to comment.