stas        01/12/27 01:23:14

  Modified:    pod      modperl_dev.pod
  Log:
  - the help section has moved to its own document at
  docs/devel/help/help.pod
  
  Revision  Changes    Path
  1.48      +0 -146    modperl-2.0/pod/modperl_dev.pod
  
  Index: modperl_dev.pod
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/pod/modperl_dev.pod,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- modperl_dev.pod   2001/12/24 19:28:41     1.47
  +++ modperl_dev.pod   2001/12/27 09:23:14     1.48
  @@ -203,152 +203,6 @@
   
   % perl build/source_scan.pl apxs $apache_prefix/bin/apxs
   
  -=head1 Support
  -
  -The following mailing lists can be of a major interest to the mod_perl
  -2.0 developers:
  -
  -=head2 mod_perl 2.0 Development
  -
  -=over
  -
  -=item discussion/problems report:
  -
  -mailing list subscription: mailto:[EMAIL PROTECTED]
  -
  -archive: 
http://marc.theaimsgroup.com/?l=apache-modperl-dev&r=1&w=2#apache-modperl-dev
  -
  -reporting: Be sure to include the output of:
  -
  - % perl build/config.pl
  -
  -which generates the output from:
  -
  -=over 4
  -
  -=item perl -V
  -
  -=item httpd -V
  -
  -=item Makefile.PL options
  -
  -=back
  -
  -You can also use I<build/bugreport.pl>.
  -
  -If you get segmentation faults see the I<'make test' Debug> section.
  -
  -=item cvs commits:
  -
  -mailing list subscription: mailto:[EMAIL PROTECTED]
  -
  -archive: 
http://marc.theaimsgroup.com/?l=apache-modperl-cvs&r=1&w=2#apache-modperl-cvs
  -
  -
  -=back
  -
  -
  -=head2 Apache-Test
  -
  -The C<Apache-Test> project, originally developed as a part of mod_perl
  -2.0, is now a part of the Apache C<httpd-test> project. You get this
  -repository automatically when checking out the mod_perl-2.0 cvs
  -repository.
  -
  -To retrieve the whole httpd-test project, run: 
  -
  -  cvs co httpd-test
  -
  -=over
  -
  -=item discussion/problems report:
  -
  -mailing list subscription: mailto:[EMAIL PROTECTED]
  -
  -archive: ???
  -
  -=item cvs commits
  -
  -mailing list subscription: mailto:[EMAIL PROTECTED]
  -
  -archive: ???
  -
  -=back
  -
  -
  -=head2 Apache 2.0
  -
  -=over
  -
  -=item discussion/problems report:
  -
  -mailing list subscription: mailto:[EMAIL PROTECTED]
  -
  -archive: http://marc.theaimsgroup.com/?l=apache-new-httpd&r=1&w=
  -
  -=item cvs commits
  -
  -mailing list subscription: mailto:[EMAIL PROTECTED]
  -
  -archive: http://marc.theaimsgroup.com/?l=apache-cvs&r=1&w=2
  -
  -=back
  -
  -
  -=head2 Apache Portable Runtime (APR)
  -
  -The Apache Portable Run-time libraries have been designed to provide a
  -common interface to low level routines across any platform. mod_perl
  -comes with a partial Perl APR API.
  -
  -=over
  -
  -=item discussion/problems report:
  -
  -mailing list subscription: mailto:[EMAIL PROTECTED]
  -
  -archive: http://marc.theaimsgroup.com/?l=apr-dev&r=1&w=2
  -
  -=item cvs commits
  -
  -mailing list subscription: mailto:[EMAIL PROTECTED]
  -
  -archive: http://marc.theaimsgroup.com/?l=apr-cvs&r=1&w=2
  -
  -=back
  -
  -
  -
  -=head2 Perl 5
  -
  -Currently mod_perl 2.0 requires perl 5.6.x and higher. If you have
  -problems with Perl perl5-porters mailing list should be used. For
  -other lists see http://lists.perl.org/.
  -
  -=over
  -
  -=item discussion/problems report:
  -
  -mailing list subscription: mailto:[EMAIL PROTECTED]
  -
  -archive: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
  -and http:[EMAIL PROTECTED]/
  -
  -news gateway: news://news.perl.com/perl.porters-gw/
  -
  -=item perforce
  -
  -Perl uses perforce for its source revision control, see
  -I<Porting/repository.pod> manpage coming with Perl for more
  -information.
  -
  -mailing list subscription: [EMAIL PROTECTED]
  -
  -archive: http:[EMAIL PROTECTED]/
  -
  -=back
  -
  -
   
   =head1 'make test' Features
   
  
  
  


Reply via email to