Make util/update-modules handle HTTP::Micro specially.

This commit is contained in:
Daniel Nichter
2013-08-03 11:51:13 -07:00
parent cc21608be4
commit 3c9490bbef

View File

@@ -91,7 +91,7 @@ replace_pkg_in_tool() {
$BRANCH/util/extract-package $pkg $pkg_file | grep -v '^ *#' >> $tmp_file
if [ "$tool_lang" = "perl" ]; then
if [ "$tool_lang" = "perl" -a $pkg != "HTTP::Micro" ]; then
echo "}" >> $tmp_file
fi