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::Generator(3) User Contributed Perl Documentation Exporter::Declare::Export::Generator(3)

Exporter::Declare::Export::Generator - Export class for exports that should be generated when imported.

Export class for exports that should be generated when imported.

$class->new( $ref, $ref, exported_by => $package, type => $type, %data )
You must specify the type as 'sub' or 'variable'.
$export->inject( $package, $name, @args )
Calls generate() with @args to create a generated export. The new export is then injected.

$new = $export->generate( $import_class, @args )
Generates a new export object.
$type = $export->type()
Returns the type of object to be generated (sub or variable)

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.