-
-
24 Mar 2005 12:29:55 UTC
- Distribution: PXP
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (0 / 19 / 12)
- Kwalitee
Bus factor: 0- License: unknown
- Activity
24 month- Tools
- Download (14.65KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- I18N::LangTags
- Log::Log4perl
- XML::Simple
- XML::XPath
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
PXP::ExtensionPointClass - Basic logic and Mandatory interfaces for L<PXP::ExtensionPoint>s.
SYNOPSIS
use base qw(PXP::ExtensionPointClass); ... # overload basic methods sub register { }
DESCRIPTION
The PXP::ExtensionPointClass helps implement new
ExtensionPoint
s. It provides basic methods and logic for dealing withExtensions
.- register
-
The register method is called by
Extension
s to add themselves to the extension directory maintained by theExtensionPoint
.An
ExtensionPoint
must overload this method, use its own data structure and check that only valid extensions try to register.Return 'undef' if the extension is invalid.
Return the extension itself if it has been successfully added to the internal registry.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 47:
'=item' outside of any '=over'
=over without closing =back
Module Install Instructions
To install PXP, copy and paste the appropriate command in to your terminal.
cpanm PXP
perl -MCPAN -e shell install PXP
For more information on module installation, please visit the detailed CPAN module installation guide.