NAME

Sys::Export::Exporter - base class for exporters, only used for 'isa' checks

INTERFACE

Every exporter should support the following attributes:

src

A source filesystem path

dst

A destination path, or object having methods 'add' and 'finish' (like Sys::Export::CPIO)

and the following methods:

add
finish

VERSION

version 0.003

AUTHOR

Michael Conrad <mike@nrdvana.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2025 by Michael Conrad.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.