Skip to content

Commit 8e675d2

Browse files
committed
include the name of chaneglog in the response.
1 parent f51769c commit 8e675d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/MetaCPAN/Server/Controller/Changes.pm

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ sub by_releases : Path('by_releases') : Args(0) {
9191
author => $author,
9292
release => $name,
9393
changes_text => $content,
94+
changes_file => $path,
9495
};
9596
}
9697

0 commit comments

Comments
 (0)