use temp file instead of IPC::Open2 for Win32
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index 11c18d6..4fb5c90 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+        - use a temp file for filter_generated_code with a string program name
+          instead of IPC::Open2, which hangs on Win32 (RT#72226)
+        - previous version referred to the wrong RT# for the uniq_to_primary
+          change, it is actually (RT#51696)
+
+0.07011  2011-11-01 09:00:00
+        - add -I option to dbicdump
         - do not delete default custom content comment and ending 1; from custom
           content in files that are being renamed (RT#70507)
         - use MooseX::MarkAsMethods instead of namespace::autoclean for the