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

Query: extutils::xspp::node::package

OS: debian

Section: 3pm

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

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

NAME
ExtUtils::XSpp::Node::Package - Node representing a Perl package
DESCRIPTION
An ExtUtils::XSpp::Node subclass representing a Perl package and thus acting as a container for methods (cf. sub-class ExtUtils::XSpp::Node::Class) or functions. A literal "ExtUtils::XSpp::Node::Package" would, for example, be created from: %package{Some::Perl::Namespace} This would be compiled to a new XS line a la MODULE=$WhateverCurrentModule PACKAGE=Some::Perl::Namespace
METHODS
new Creates a new "ExtUtils::XSpp::Node::Package". Named parameters: "cpp_name" indicating the C++ class name (if any), and "perl_name" indicating the name of the Perl package. If "perl_name" is not specified but "cpp_name" is, "perl_name" defaults to "cpp_name".
ACCESSORS
cpp_name Returns the C++ name for the package (will be used for namespaces). perl_name Returns the Perl name for the package. set_perl_name Setter for the Perl package name. perl v5.14.2 2011-12-20 ExtUtils::XSpp::Node::Package(3pm)
Related Man Pages
ppi::statement::package(3) - mojave
extutils::xspp::node::function(3pm) - debian
extutils::xspp::parser(3pm) - debian
ppi::statement::package(3pm) - debian
rdf::query::node(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Is UNIX an open source OS ?
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?