ExtUtils::XSpp::Node::File - Directive that sets the name of the output file
Contents
Accessors
file
Returns the path of the file to write to (or "-" for STDOUT).
perl v5.34.0 2022-06-13 ExtUtils::XSpp::Node::File(3pm)
Description
An ExtUtils::XSpp::Node subclass representing a directive to change the name of the output file:
%file{file/to/write/to.xs}
A special case is
%file{-}
which indicates that output should be written to STDOUT.
Methods
new
Creates a new "ExtUtils::XSpp::Node::File".
Named parameters: "file", the path to the file that should be written to (or '-').
Name
ExtUtils::XSpp::Node::File - Directive that sets the name of the output file
