home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-perl-addon-1.4.9-installer.exe / mod_perl.pm < prev    next >
Encoding:
Perl POD Document  |  2004-08-20  |  776 b   |  31 lines

  1. # Copyright 2000-2004 The Apache Software Foundation
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. #     http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. #
  15. package mod_perl;
  16.  
  17. use 5.006;
  18. use strict;
  19.  
  20. BEGIN {
  21.     our $VERSION = "1.9916";
  22. }
  23.  
  24. 1;
  25. __END__
  26.  
  27. =head1 NAME
  28.  
  29. mod_perl - Embed a Perl interpreter in the Apache/2.x HTTP server
  30.  
  31.