We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e675d2 commit 9b27d3cCopy full SHA for 9b27d3c
lib/MetaCPAN/Server/Controller/Changes.pm
@@ -76,7 +76,8 @@ sub by_releases : Path('by_releases') : Args(0) {
76
for my $release ( @{ $ret->{releases} } ) {
77
my ( $author, $name, $path )
78
= @{$release}{qw(author name changes_file)};
79
- my $source = $c->model('Source')->path( $author, $name, $path ) or next;
+ my $source = $c->model('Source')->path( $author, $name, $path )
80
+ or next;
81
82
my $content = try {
83
Encode::decode(
0 commit comments