PageRenderTime 23ms CodeModel.GetById 19ms app.highlight 3ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/rel-1.3.35/Lib/perl5/perl5.swg

#
Unknown | 42 lines | 33 code | 9 blank | 0 comment | 0 complexity | e4120164ebcda40421d154e9bdc28a9e MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
 1/* ------------------------------------------------------------
 2 * perl.swg
 3 *
 4 * Perl configuration module.
 5 * ------------------------------------------------------------ */
 6
 7/* ------------------------------------------------------------
 8 *  Inner macros 
 9 * ------------------------------------------------------------ */
10%include <perlmacros.swg>
11
12/* ------------------------------------------------------------
13 *  The runtime part
14 * ------------------------------------------------------------ */
15%include <perlruntime.swg>
16
17/* ------------------------------------------------------------
18 *  Special user directives
19 * ------------------------------------------------------------ */
20%include <perluserdir.swg>
21
22/* ------------------------------------------------------------
23 *  Typemap specializations
24 * ------------------------------------------------------------ */
25%include <perltypemaps.swg>
26
27/* ------------------------------------------------------------
28 *  Overloaded operator support
29 * ------------------------------------------------------------ */
30%include <perlopers.swg>
31
32/* ------------------------------------------------------------
33 * Warnings for Perl keywords 
34 * ------------------------------------------------------------ */
35%include <perlkw.swg>
36
37/* ------------------------------------------------------------
38 * The Perl initialization function 
39 * ------------------------------------------------------------ */
40%include <perlinit.swg>
41
42