add empty string as second arg to base64encode to speed up loading of fixtures
Ramin Motakef [Wed, 29 Oct 2014 14:12:28 +0000 (15:12 +0100)]
with external file data.

lib/DBIx/Class/Fixtures.pm

index f674b19..77f5f7f 100644 (file)
@@ -868,7 +868,7 @@ sub dump_object {
 
         $ds{external}->{$field} =
           encode_base64( $class
-           ->backup($key => $args));
+           ->backup($key => $args),'');
       }
     }