perl5.swg 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* ------------------------------------------------------------
  2. * perl.swg
  3. *
  4. * Perl configuration module.
  5. * ------------------------------------------------------------ */
  6. /* ------------------------------------------------------------
  7. * Inner macros
  8. * ------------------------------------------------------------ */
  9. %include <perlmacros.swg>
  10. /* ------------------------------------------------------------
  11. * The runtime part
  12. * ------------------------------------------------------------ */
  13. %include <perlruntime.swg>
  14. /* ------------------------------------------------------------
  15. * Special user directives
  16. * ------------------------------------------------------------ */
  17. %include <perluserdir.swg>
  18. /* ------------------------------------------------------------
  19. * Typemap specializations
  20. * ------------------------------------------------------------ */
  21. %include <perltypemaps.swg>
  22. /* ------------------------------------------------------------
  23. * Overloaded operator support
  24. * ------------------------------------------------------------ */
  25. %include <perlopers.swg>
  26. /* ------------------------------------------------------------
  27. * Warnings for Perl keywords
  28. * ------------------------------------------------------------ */
  29. %include <perlkw.swg>
  30. /* ------------------------------------------------------------
  31. * The Perl initialization function
  32. * ------------------------------------------------------------ */
  33. %include <perlinit.swg>