Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants,
authorNicholas Clark <nick@ccl4.org>
Mon, 26 Dec 2005 16:13:57 +0000 (16:13 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 26 Dec 2005 16:13:57 +0000 (16:13 +0000)
commit16be8eabce435265b5696f46468c90933be2574a
treefabbf66d3dfb0526a688756021e485f3f386153d
parent77478a5d1e32bc0a0fedf0fe4f9218583a558ffd
Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants,
to allow the caller to pass in file handles. Use this in Contant.t
with tied file handles to capture the output, rather than calling
the lower level routines directly.

p4raw-id: //depot/perl@26490
lib/ExtUtils/Constant.pm
lib/ExtUtils/t/Constant.t