cvs commit: modperl/eg README httpd.conf.pl perl_sections.txt perl_sections_2.txt perlio.pl registry.pl startup.pl test.pl

2002-03-01 Thread ask

ask 02/03/01 21:38:22

  Modified:eg   README
  Removed: eg   httpd.conf.pl perl_sections.txt perl_sections_2.txt
perlio.pl registry.pl startup.pl test.pl
  Log:
  remove obsolete exampels
  
  Revision  ChangesPath
  1.2   +15 -9 modperl/eg/README
  
  Index: README
  ===
  RCS file: /home/cvs/modperl/eg/README,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README6 Dec 1997 17:56:39 -   1.1
  +++ README2 Mar 2002 05:38:22 -   1.2
  @@ -1,15 +1,21 @@
   
  -These are just some simple examples to get you going.
  -See modules in the lib/ directory for examples of implementing
  -handlers for other stages of a request to the Apache httpd.
  +To get started please check out:
   
  -Also see:
  +The mod_perl guide,
  +   http://perl.apache.org/
  +
  +Writing Apache Modules with Perl and C
  +   http://www.modperl.com/
  +
  +the mod_perl developer's cookbook:
  +   http://www.modperlcookbook.org/
  +
  +The Apache:: modules on CPAN:
  +   http://search.cpan.org/search?mode=module&query=Apache
  +
  +... and of course the mod_perl mailinglist:
  +   mail [EMAIL PROTECTED] < /dev/null
   
  -The Apache/Perl module list:
  -http://perl.apache.org/dist/apache-modlist.html
   
  -The Apache/Perl contributed modules and examples:
  -http://perl.apache.org/src/contrib/
   
  -CGI.pm's examples/ directory
   
  
  
  



cvs commit: modperl-2.0/lib/Apache ParseSource.pm

2002-03-01 Thread dougm

dougm   02/03/01 10:44:36

  Modified:lib/Apache ParseSource.pm
  Log:
  skip header files that #include apr_optional.h
  
  Revision  ChangesPath
  1.36  +2 -1  modperl-2.0/lib/Apache/ParseSource.pm
  
  Index: ParseSource.pm
  ===
  RCS file: /home/cvs/modperl-2.0/lib/Apache/ParseSource.pm,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- ParseSource.pm21 Feb 2002 01:50:41 -  1.35
  +++ ParseSource.pm1 Mar 2002 18:44:36 -   1.36
  @@ -105,7 +105,8 @@
   my @includes;
   my $unwanted = join '|', qw(ap_listen internal version
   apr_optional mod_include mod_cgi mod_proxy
  -mod_ssl ssl_ apr_anylock apr_rmm);
  +mod_ssl ssl_ apr_anylock apr_rmm
  +ap_config mod_log_config);
   
   for my $dir (@dirs) {
   File::Find::finddepth({