The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Zapzi::Distributors::Copy - distribute a published eBook by copying the file somewhere

VERSION

version 0.012

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) 2013 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.