merged
John Napiorkowski [Tue, 21 Apr 2015 20:01:46 +0000 (15:01 -0500)]
1  2 
.gitignore
Changes
t/lib/DBICTest.pm

diff --cc .gitignore
@@@ -1,4 -1,6 +1,7 @@@
  .*.sw?
  \.DS_Store
  .prove
 +tmp/
+ local/
+ cpanfile
+ cpanfile.snapshot
diff --cc Changes
+++ b/Changes
@@@ -2,6 -2,6 +2,9 @@@ Revision history for DBIx-Class-Fixture
  
  {{$NEXT}}
  
++- use Test::TempDir::Tiny for better test parallelization and cleanup
++
++
  1.001_029 2015-01-14 15:17:28+00:00 Europe/London
  
  - fix for bugtracker pointing to gh, should be rt, added test to identify windows issues
Simple merge