NAME
Mail::Decency::Core::ExportImport
DESCRIPTION
Export / import module databases from/to CSV.
Can be used to deploy changes in a distributed environment.
METHODS
export $export_file
Exports databases contents to a tarred compressed YAML (stream) file
$export_file
Path to an export file (gzip compressed tar). The file will be overwritten. "-" instead of a filename will print to STDOUT
import_database
AUTHOR
Ulrich Kautz <uk@fortrabbit.de>
COPYRIGHT
Copyright (c) 2010 the "AUTHOR" as listed above
LICENCSE
This library is free software and may be distributed under the same terms as perl itself.