Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tidy lib/MetaCPAN/Web/Controller/Feed.pm
  • Loading branch information
oalders committed Apr 10, 2015
1 parent 04bf771 commit ceffd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Web/Controller/Feed.pm
Expand Up @@ -113,7 +113,7 @@ sub build_entry {
$e->link(
$entry->{link} ||= join( q{/},
'https://metacpan.org', 'release',
$entry->{author}, $entry->{name} )
$entry->{author}, $entry->{name} )
);
$e->author( $entry->{author} );
$e->issued( DateTime::Format::ISO8601->parse_datetime( $entry->{date} ) );
Expand Down

0 comments on commit ceffd8e

Please sign in to comment.