fixed minor temp dir bug
Luke Saunders [Tue, 19 Feb 2008 12:23:49 +0000 (12:23 +0000)]
lib/DBIx/Class/Fixtures.pm

index f5ca9b1..5e8f11f 100644 (file)
@@ -416,7 +416,7 @@ sub dump {
   my $schema = $params->{schema};
 
   $self->msg("generating  fixtures");
-  my $tmp_output_dir = dir($output_dir, '-~dump~-');
+  my $tmp_output_dir = dir($output_dir, '-~dump~-' . $<);
 
   if (-e $tmp_output_dir) {
     $self->msg("- clearing existing $tmp_output_dir");