Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
643 B

  1. package ByteLoader;
  2. use XSLoader ();
  3. $VERSION = 0.04;
  4. XSLoader::load 'ByteLoader', $VERSION;
  5. # Preloaded methods go here.
  6. 1;
  7. __END__
  8. =head1 NAME
  9. ByteLoader - load byte compiled perl code
  10. =head1 SYNOPSIS
  11. use ByteLoader 0.04;
  12. <byte code>
  13. use ByteLoader 0.04;
  14. <byte code>
  15. =head1 DESCRIPTION
  16. This module is used to load byte compiled perl code. It uses the source
  17. filter mechanism to read the byte code and insert it into the compiled
  18. code at the appropriate point.
  19. =head1 AUTHOR
  20. Tom Hughes <[email protected]> based on the ideas of Tim Bunce and others.
  21. =head1 SEE ALSO
  22. perl(1).
  23. =cut