The above is dead code now that we're using the versions in Git::,
right?
Why create a temporary variable? (and break the sacred 80-column limit).
I missed this before, but $tmp_fh->filename doesn't interpolate correctly.
("write ${\$tmp_fh->filename}: $!\n")
or
("write ", $tmp_fh->filename, ": $!\n") works.
I believe the latter form is more idiomatic so we should probably use
that...
--
Eric Wong
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html