debian man page for extutils::xspp::node::module

Query: extutils::xspp::node::module

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ExtUtils::XSpp::Node::Module(3pm)			User Contributed Perl Documentation			 ExtUtils::XSpp::Node::Module(3pm)

NAME
ExtUtils::XSpp::Node::Module - Node representing an XS++/XS MODULE declaration
DESCRIPTION
An ExtUtils::XSpp::Node subclass representing a module declaration. For example, this XS++ %module{Some::Perl::Namespace} would turn into this XS: MODULE=Some::Perl::Namespace See also: ExtUtils::XSpp::Node::Package. In a nutshell, the module that your XS++/XS code belongs to is the main Perl package of your wrapper. A single module can (and usually does) have several packages (respectively C++ classes).
METHODS
new Creates a new "ExtUtils::XSpp::Node::Module". Named parameters: "module" indicating the name of the module.
ACCESSORS
module Returns the name of the module. perl v5.14.2 2011-12-20 ExtUtils::XSpp::Node::Module(3pm)
Related Man Pages
extutils::xspp::exception(3pm) - debian
extutils::xspp::node::argument(3pm) - debian
extutils::xspp::node::function(3pm) - debian
extutils::xspp::parser(3pm) - debian
xml::xpath::node(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Detecting unused variables...
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?