PageRenderTime 35ms CodeModel.GetById 13ms RepoModel.GetById 0ms 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. * 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>