Annotated CPAN


WINTRU > Package-Transporter 0.88 (2010-03-29)

[ search.cpan.org | Kobes search | CPAN::Forum | CPANRatings | report a bug | cpantesters | Download ]

Package::Transporter Export, Import, and AUTOLOAD under an OO interface
Package::Transporter::Generator Base class for subroutine generators
Package::Transporter::Generator::Drain::Constant_Function Base class for generating constant functions
Package::Transporter::Generator::Drain::Enumerated Generate constant functions with enumerated values
Package::Transporter::Generator::Drain::Flatened Generate constant functions with manually set flatened values
Package::Transporter::Generator::Drain::Lowered Generate constant functions with their names as lowered values
Package::Transporter::Generator::Drain::Random Generate constant functions with random values
Package::Transporter::Generator::Potential::After_END Subroutines from the same package after END
Package::Transporter::Generator::Potential::Anonymous Minimal generator for anonymous subroutines
Package::Transporter::Generator::Potential::Argument_in_Name Hardwire one argument in the name of the subroutine
Package::Transporter::Generator::Potential::Auto_Autoload strip subroutines while loading a package
Package::Transporter::Generator::Potential::Export On-demand (proxy) export
Package::Transporter::Generator::Potential::Fatal Partial bridge to Fatal.pm
Package::Transporter::Generator::Potential::Get_Set_Methods Automatically created accessors and mutators
Package::Transporter::Generator::Potential::Hello_Anything Full example from synopsis
Package::Transporter::Generator::Potential::Homonymous_Directory Require .pl files containing subroutine definitions from a directory of the same name as the package
Package::Transporter::Generator::Potential::Homonymous_Packages Subroutines from the same package in a different file
Package::Transporter::Generator::Potential::Homonymous_Tie Subroutines from a DB file of the same name as the package
Package::Transporter::Generator::Potential::Interactive AUTOLOAD interactive (write missing subroutines as the running program encounters them)
Package::Transporter::Generator::Potential::Pipe AUTOLOAD via a Unix pipe
Package::Transporter::Generator::Potential::Require_Customized Include customized file content
Package::Transporter::Generator::Potential::Shell Bridge to Shell.pm
Package::Transporter::Generator::Potential::Simple_Stubs Simple subroutines stubs
Package::Transporter::Generator::Potential::SQL_Table Store your subroutines in a database
Package::Transporter::Generator::Potential::Suggested_Use Issue the right 'use MODULE' to get the missing subroutine
Package::Transporter::Generator::Universal::Automatic_Require Attempt an 'require MODULE' for a missing MODULE::subroutine
Package::Transporter::Generator::Universal::Re_Blessed Delayed object construction through a helper object.
Package::Transporter::Lite less features, less code
Package::Transporter::Package a base class for package objects
Package::Transporter::Path_Partition Partitions the search path for rules
Package::Transporter::Pre_Selection Structure of internal rule tree
Package::Transporter::Rule::Full_Match Also match the package name
Package::Transporter::Rule::Gone Make a rule ineffective
Package::Transporter::Rule::Standard Standard rule class
Package::Transporter::Standard The class behind $_[0]