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 43