GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Exporter::Declare::Export(3) User Contributed Perl Documentation Exporter::Declare::Export(3)

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.

$class->new( $ref, exported_by => $package, %data )
Create a new export from $ref. You must specify the name of the class doing the exporting.
$export->inject( $package, $name, @args )
This will inject the export into $package under $name. @args are ignored in most cases. See Exporter::Declare::Export::Generator for an example where they are used.
$package = $export->exported_by()
Returns the name of the package from which this export was originally exported.
@params = $export->required_specs()
Documented for subclassing purposes. This should always return a list of required parameters at construction time.
$export->DESTROY()
Documented for subclassing purposes. This takes care of cleanup related to storing data in an inside-out objects system.

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-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.