-
-
18 Sep 2013 08:28:25 UTC
- Distribution: ExtUtils-XSpp
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (11)
- Testers (7721 / 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::Raw - Node for data that should be included in XS verbatim
DESCRIPTION
An ExtUtils::XSpp::Node subclass representing code that should be included in the output XS code verbatim.
METHODS
new
Creates a new
ExtUtils::XSpp::Node::Raw
.Named parameters:
rows
should be a reference to an array of source code lines. A trailing newline is automatically appended.ACCESSORS
rows
Returns an array reference holding the rows to be output in the final file.
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.