Exporter::Declare::Export(3pm) | User Contributed Perl Documentation | Exporter::Declare::Export(3pm) |
Exporter::Declare::Export - Base class for all export objects.
All exports are refs, and all are blessed. This class tracks some per-export information via an inside-out objects system. All things an export may need to do, such as inject itself into a package are handled here. This allows some complicated, or ugly logic to be abstracted out of the exporter and metadata classes.
Chad Granum exodist7@gmail.com
Copyright (C) 2010 Chad Granum
Exporter-Declare is free software; Standard perl licence.
Exporter-Declare is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.
2022-06-13 | perl v5.34.0 |