We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51769c commit 8e675d2Copy full SHA for 8e675d2
lib/MetaCPAN/Server/Controller/Changes.pm
@@ -91,6 +91,7 @@ sub by_releases : Path('by_releases') : Args(0) {
91
author => $author,
92
release => $name,
93
changes_text => $content,
94
+ changes_file => $path,
95
};
96
}
97
0 commit comments