1ExtUtils::XSpp::Node::FUisleer(3C)ontributed Perl DocumeEnxttaUttiiolns::XSpp::Node::File(3)
2
3
4
6 ExtUtils::XSpp::Node::File - Directive that sets the name of the output
7 file
8
10 An ExtUtils::XSpp::Node subclass representing a directive to change the
11 name of the output file:
12
13 %file{file/to/write/to.xs}
14
15 A special case is
16
17 %file{-}
18
19 which indicates that output should be written to STDOUT.
20
22 new
23 Creates a new "ExtUtils::XSpp::Node::File".
24
25 Named parameters: "file", the path to the file that should be written
26 to (or '-').
27
29 file
30 Returns the path of the file to write to (or "-" for STDOUT).
31
32
33
34perl v5.32.1 2021-01-27 ExtUtils::XSpp::Node::File(3)