-
-
18 Sep 2013 08:28:25 UTC
- Distribution: ExtUtils-XSpp
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (11)
- Testers (7717 / 59 / 1)
- Kwalitee
Bus factor: 1- 82.78% Coverage
- License: perl_5
- Perl: v5.6.1
- Activity
24 month- Tools
- Download (181.08KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Digest::MD5
- ExtUtils::ParseXS
- ExtUtils::Typemaps
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
ExtUtils::XSpp::Node - Base class for elements of the parser output
DESCRIPTION
ExtUtils::XSpp::Node is a base class for all elements of the parser's output.
METHODS
new
Calls the
$self-
init(@_)> method after construction. Overrideinit()
in subclasses.init
Called by the constructor. Every sub-class needs to override this.
ExtUtils::XSpp::Node::print
Return a string to be output in the final XS file. Every sub-class must override this method.
Module Install Instructions
To install ExtUtils::XSpp, copy and paste the appropriate command in to your terminal.
cpanm ExtUtils::XSpp
perl -MCPAN -e shell install ExtUtils::XSpp
For more information on module installation, please visit the detailed CPAN module installation guide.