fix of minor non-necessary differences
Tom Bloor [Fri, 22 May 2015 11:25:49 +0000 (11:25 +0000)]
lib/DBIx/Class/Fixtures.pmc

index a6496d7..6e673f6 100644 (file)
@@ -23,7 +23,7 @@ our $namespace_counter = 0;
 __PACKAGE__->mk_group_accessors( 'simple' => qw/config_dir
     _inherited_attributes debug schema_class dumped_objects config_attrs/);
 
-our $VERSION = '1.001028';
+our $VERSION = '1.001_029';
 
 $VERSION = eval $VERSION;
 
@@ -898,6 +898,7 @@ sub dump_object {
 
     # do the actual dumping
     my $serialized = Dump(\%ds)->Out();
+
     $file->print($serialized);
   }