• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Apache-Reload/H05-Oct-2019-1,874966

Apache-SizeLimit/H05-Oct-2019-3,1641,640

Apache-Test/H05-Oct-2019-18,60311,032

ModPerl-Registry/H05-Oct-2019-3,3862,085

bin/H05-Oct-2019-3715

build/H05-Oct-2019-328240

docs/H03-May-2022-55,75032,053

lib/H05-Oct-2019-14,93511,252

src/modules/perl/H05-Oct-2019-16,80010,905

t/H05-Oct-2019-25,10616,018

todo/H05-Oct-2019-1,206912

util/H05-Oct-2019-458311

xs/H05-Oct-2019-72,70669,636

BRANCHINGH A D05-Oct-20192.3 KiB8250

ChangesH A D05-Oct-2019110.4 KiB2,9822,099

INSTALLH A D05-Oct-2019647 3118

LICENSEH A D05-Oct-201911.1 KiB203169

MANIFESTH A D05-Oct-201932.4 KiB1,0651,064

META.ymlH A D05-Oct-2019599 2524

Makefile.PLH A D03-May-202227.9 KiB948703

NOTICEH A D05-Oct-2019101 32

READMEH A D05-Oct-20192.6 KiB7952

README-SVNH A D05-Oct-20191.7 KiB6034

RELEASEH A D05-Oct-20197.3 KiB213150

STATUSH A D05-Oct-20191.5 KiB4340

SVN-MOVEH A D05-Oct-20191.3 KiB3121

mod_perl.specH A D05-Oct-20192.8 KiB8774

README

1This is mod_perl version 2.0
2
3*** Prerequisites ***
4
5Apache:
6  Dynamic mod_perl (DSO):    Apache 2.0.47 - 2.4.41.
7  Static mod_perl:           Apache 2.0.51 - 2.4.41.
8
9  Newer Apache versions may work with this version of mod_perl.  If
10  not, the svn version likely will, which can be obtained from:
11  http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution
12
13Perl:
14  Any stable version of Perl currently in support by the Perl community,
15  as described in recent Perl distributions' "perlpolicy.pod" document.
16
17  Newer Perl versions may work with this version of mod_perl.  If not,
18  the svn version likely will (see above).
19
20  Many older Perl versions also work with this version of mod_perl:
21  Perls back to version 5.8.2 (and possibly earlier in some build
22  configurations) are currently believed to work, but this is not
23  guaranteed to be the case, either now or in the future.
24
25*** Status ***
26
27mod_perl is currently considered stable.
28
29The following test failures are known (see CPAN RT #118919):
30
31  t/filter/in_bbs_inject_header.t (Fails tests 22, 26 and 30)
32
33There is currently a known test failure on Windows when using Perls built
34with the PERL_IMPLICIT_SYS build option enabled (which it is by default):
35
36  t/modperl/env.t (Fails many tests)
37
38Various other tests are also known to fail in certain configurations on
39Windows, including but not limited to:
40
41  t/modperl/setupenv.t (Fails tests 8, 22, 29, 36, 50 and 57)
42  t/preconnection/note.t (Fails test 1)
43
44*** Documentation ***
45
46Documentation can be found in the docs/ directory. Currently they
47don't get installed on 'make install'. Certain API documentation can
48be found in docs/api/.  The online version is at
49http://perl.apache.org/docs/2.0/.
50
51*** Todo ***
52
53mod_perl-2.0 is not 100% feature complete with the 1.xx version.
54See the files in the todo/ directory for what remains to be done. Some
55of those features will be implemented after 2.0 is released. The goal
56is to empty the file todo/release and document/test/verify the API
57that's going to be supported by 2.0. More API will be supported post
582.0 release.
59
60*** Support ***
61
62For comments, questions, bug-reports, etc., join the mod_perl users
63list by sending mail to modperl-subscribe@perl.apache.org.
64
65When reporting bugs please follow the instructions at:
66http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems
67
68For announcements join the mod_perl announce list by sending mail to
69announce-subscribe@perl.apache.org.
70
71*** Developers ***
72
73Development discussion takes place on dev (at) perl.apache.org
74
75*** Authors ***
76
77mod_perl-2.0 was designed and written by Doug MacEachern, with
78contributions from many others (see Changes files).
79

README-SVN

1this is a very simple document that outlines some of the important
2details about the mod_perl svn repository.
3
4
5LAYOUT
6
7the mod_perl project at the Apache Software Foundation lives here
8
9  http://svn.apache.org/repos/asf/perl/
10
11and uses the following structure
12
13  modperl/trunk           # equivalent to cvs HEAD - currently
14                          # the mod_perl 2.0 development branch
15
16  modperl/tags            # every official mod_perl release
17
18  modperl/docs/trunk      # the mod_perl documentation project
19
20modperl/trunk includes the following svn:externals properties:
21
22  % cd modperl
23  % svn propedit svn:externals .
24  [vi pops up]
25Apache-Test https://svn.apache.org/repos/asf/perl/Apache-Test/trunk
26Apache-Reload https://svn.apache.org/repos/asf/perl/Apache-Reload/trunk
27Apache-SizeLimit https://svn.apache.org/repos/asf/perl/Apache-SizeLimit/trunk
28docs        https://svn.apache.org/repos/asf/perl/modperl/docs/trunk/src/docs/2.0
29
30DEVELOPER ACCESS
31
32assuming that you have already been granted commit access to the repository,
33you should follow the following steps to checkout mod_perl
34
35Change your password via:
36https://svn.apache.org/change-password
37
38  $ svn checkout https://svn.apache.org/repos/asf/perl/modperl/trunk/ mod_perl-2.0
39
40if you want to test that your commit access is working, this file is
41an acceptable place to take a test drive.
42
43
44FURTHER READING
45
46for more details, see
47
48  http://perl.apache.org/docs/2.0/user/install/install.html
49
50for information on getting httpd and mod_perl from svn, as well as
51
52  http://svnbook.red-bean.com/
53
54for svn information in general.
55
56svn for cvs users (including migration tools):
57
58  http://svnbook.red-bean.com/en/1.0/apa.html
59
60