1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238
|
=head1 NAME
Getting Help with mod_perl 2.0 Core Development
=head1 Description
This document covers the resources available to the mod_perl 2.0 core
developer. Please notice that you probably want to read the L<user's
help documentation|user::help::help> if you have problems using
mod_perl 2.0.
The following mailing lists and resources can be of a major interest
to the mod_perl 2.0 developers.
=head1 mod_perl
=head2 Submitting Patches
If you submit patches the I<Porting/patching.pod> manpage can be very
useful. You can find it I<perl-5.7.0/Porting/patching.pod> or similar
or read it online at
http://sunsite.ualberta.ca/Documentation/Misc/perl-5.6.1/Porting/patching.html.
Note that we prefer the patches inlined into an email. This makes
easier to comment on them. If your email client mangles the spacing
and wraps lines, then send them as MIME attachments.
=head2 mod_perl 2.0 Core Development Discussion List
This list is used by the mod_perl 2.0 core developers to discuss
design issues, solve problems, munch on patches and exchange ideas.
=over
=item *
mailing list subscription: mailto:dev-subscribe@perl.apache.org
=item *
archive: http://marc.theaimsgroup.com/?l=apache-modperl-dev&r=1&w=2#apache-modperl-dev
=back
When reporting problems, 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
Please use the output generated by I<t/REPORT> utility.
If you get segmentation faults please send the L<stack
backtrace|user::help::help/Resolving_Segmentation_Faults> to the
modperl developers list.
=head2 mod_perl 2.0 Core Development SVN Commits List
This list's traffic is comprised of solely svn commits, so this is the
place to be if you want to see mod_perl 2.0 evolve before your eyes.
=over
=item *
mailing list subscription: mailto:modperl-cvs-subscribe@perl.apache.org
=item *
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 svn
repository or you could check it out explicitly via:
% svn co http://svn.apache.org/repos/asf/perl/Apache-Test/trunk/ Apache-Test
The module is discussed on the mod_perl development mailing
list. Commit changes go to the mod_perl svn commit mailing list. Both
lists are covered in the preceding sections.
=head1 Apache
=head2 httpd 2.0
=over
=item discussion/problems report:
mailing list subscription: mailto:dev-subscribe@httpd.apache.org
archive: http://marc.theaimsgroup.com/?l=apache-new-httpd&r=1&w=
=item svn commits
mailing list subscription: mailto:httpd-2.0-cvs-subscribe@perl.apache.org
archive: http://marc.theaimsgroup.com/?l=apache-cvs&r=1&w=2
=back
=over
=item *
Apache source code cross-reference (LXR):
http://lxr.webperf.org/
=item *
Apache source code through Doxygen documentation system:
http://docx.webperf.org/
=item *
=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:apr-dev-subscribe@perl.apache.org
archive: http://marc.theaimsgroup.com/?l=apr-dev&r=1&w=2
=item svn commits
mailing list subscription: mailto:apr-cvs-subscribe@perl.apache.org
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.1 and higher.
If you think you have found a bug in perl 5 report it to the
perl5-porters mailing list. Otherwise please choose the appropriate
list from the extensive perl related lists: http://lists.perl.org/.
=over
=item discussion/problems reports:
mailing list subscription: mailto:perl5-porters-subscribe@perl.org
archive: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
and http://archive.develooper.com/perl5-porters@perl.org/
news gateway: news://news.perl.com/perl.porters-gw/
=item Perl Dev Resources
http://dev.perl.org/
=item perforce
Perl uses C<perforce> for its source revision control, see
I<Porting/repository.pod> manpage coming with Perl for more
information.
the perforce repository: http://public.activestate.com/gsar/APC/
or ftp://ftp.linux.activestate.com/pub/staff/gsar/APC/
the Perl Repository Browser:
http://public.activestate.com/cgi-bin/perlbrowse
the Perl cross-reference: http://pxr.perl.org/source/
mailing list subscription: perl5-changes-subscribe@perl.org
archive: http://archive.develooper.com/perl5-changes@perl.org/
=back
=cut
=head1 More Help
There is a L<parallel help document|user::help::help> in the user
documentation set which covers mod_perl user's issues.
=head1 Maintainers
Maintainer is the person(s) you should contact with updates,
corrections and patches.
Stas Bekman [http://stason.org/]
=head1 Authors
=over
=item *
Stas Bekman [http://stason.org/]
=item *
=back
Only the major authors are listed above. For contributors see the
Changes file.
=cut
|