sodabrew / mod_perlite

A lightweight Apache module for Perl scripts

This URL has Read+Write access

mod_perlite / Changes
100644 52 lines (40 sloc) 1.679 kb
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
Revision history for Perlite Apache extension.
 
0.10 Sat Oct 10 11:04:06 2009
- Patches from Yasuhiro Matsumoto, mattn@github, to make input
processing work, to build on Win32, and several other fixes.
- Sys::Protect can be required by config setting.
 
0.09 Thu Dec 10 19:09:21 2008
- added TODO of outstanding tasks.
- moved main code repo to github.org.
- accepted build patch from Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
 
0.08 Mon Dec 10 19:09:21 2007
- read operations written (but not working).
- restores the working directory.
- started the test suite.
 
0.07 Sun Nov 18 20:20:20 2007
- finally got exit (mostly) working.
- finally have redirection working.
 
0.06 Sat Nov 10 22:38:14 2007
- converted to Module::Build.
- look for Content-Type headers.
- use a macro to make logging prettier.
- use SvPV_nolen since we weren't using lengths.
 
0.05 Fri Nov 09 17:23:45 2007
- corrected arguments to __DIE__ and __WARN__.
- added missing NULL at the end of apr_table_do.
- lots of Perlite.pm and XS namespace cleanups.
- new function Perlite::IO::_header to set headers.
 
0.04 Fri Nov 09 09:18:01 2007
- make use of core Apache functions to set up the CGI
environment without any further pain.
 
0.03 Thu Nov 08 23:44:45 2007
- figured out how PerlIO::via works.
- realized I didn't need any code from mod_perl.
- started to return a CGI-compatible %ENV.
 
0.02 Mon Nov 05 23:58:14 2007
- grabbed lots more core from modperl.
- got the darned thing to build.
 
0.01 Sun Oct 28 10:28:14 2007
- original version; created by h2xs 1.23 and apxs 2.2
- mixed together Perl code from 'man perlembed' and
skeletal Apache module code from 'apxs -g'