Skip to content

Commit

Permalink
add empty string as second arg to base64encode to speed up loading of…
Browse files Browse the repository at this point in the history
… fixtures

with external file data.
  • Loading branch information
rammo committed Oct 29, 2014
1 parent 9ff1816 commit b3e8abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DBIx/Class/Fixtures.pm
Expand Up @@ -868,7 +868,7 @@ sub dump_object {

$ds{external}->{$field} =
encode_base64( $class
->backup($key => $args));
->backup($key => $args),'');
}
}

Expand Down

0 comments on commit b3e8abb

Please sign in to comment.