NAME
App::Zapzi::Distributors::Copy - distribute a published eBook by copying the file somewhere
VERSION
version 0.016
DESCRIPTION
This class copies a published eBook. The destination passed in can either be a directory, in which case the file will be copied there with the same filename as the original, or a filename, in which case the file will be copied to that name.
METHODS
name
Name of distributor visible to user.
distribute
Distribute the file. Returns 1 if OK, undef if failed.
AUTHOR
Rupert Lane <rupert@rupert-lane.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Rupert Lane.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.