use temp file instead of IPC::Open2 for Win32
authorRafael Kitover <rkitover@cpan.org>
Tue, 8 Nov 2011 15:43:48 +0000 (10:43 -0500)
committerRafael Kitover <rkitover@cpan.org>
Tue, 8 Nov 2011 15:43:48 +0000 (10:43 -0500)
commit310f3603f4dee670ce5b733c862c62c35d96cd3c
tree42d66b554b033e2b08d39cd1e239bf7285aa9476
parent538bbf85ca803e2046a192e1db9e1e1d2860f9d1
use temp file instead of IPC::Open2 for Win32

Change implementation of filter_generated_code with a string for program
name from IPC::Open2 to File::Temp with redirection, because this code
was hanging on Win32 (RT#72226).
Changes
lib/DBIx/Class/Schema/Loader/Base.pm