Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-26 | Remove test {head,foot}.html files, just create them when testing | root | |
This feels a bit cleaner and puts (most) everything in one place. | |||
2021-04-26 | Fix regex bug, support HTML comments | root | |
I added \s* after <body> to match any potential newline (and, for good measure, whitespace) after <body>. One would usually rather have this: <body> My header than this: <body>My header | |||
2021-04-26 | Use single hyphen for NULL value, allow the user to specify it | root | |
This lets the user inject a footer without injecting a header. | |||
2021-04-25 | Change formatting | root | |
2021-04-25 | Optimize regex | root | |
by arranging the alternatives in the order of their likeliness to occur. | |||
2021-04-25 | Re-arrange tests | root | |
2021-04-25 | Remove auto-generated files from MANIFEST | root | |
2021-04-25 | Fix typo | root | |
2021-04-25 | Clarify installation instructions | root | |
2021-04-25 | Skip tests if run as root | root | |
Otherwise, I suspect App::Cpan will not be able to install the module without workarounds on the part of the user. | |||
2021-04-25 | Clarify documentation | root | |
2021-04-24 | Correct minimum Perl version (5.10.0) | root | |
2021-04-24 | t/basic.t: Create subdir if not present | root | |
2021-04-24 | Fix bug when second argument is absent, improve documentation | root | |
Before, the InjectFoot variable wasn't cleared. | |||
2021-04-24 | Fix dependencies, improve installation instructions | root | |
2021-04-24 | Add mod_perl to synposis | root | |
2021-04-24 | Fix typo | root | |
2021-04-24 | Fix typo | root | |
2021-04-24 | Re-arrange source code | root | |
2021-04-24 | Update documentation and README | root | |
2021-04-24 | Improve testing capabilities | root | |
2021-04-24 | Expand tests | root | |
2021-04-24 | Rewrite test | root | |
2021-04-24 | Add Makefile, basic test | root | |
2021-04-24 | Expand documentation | root | |
2021-04-23 | Add documentation | root | |
2021-04-23 | Log errors via the Apache log API | root | |
2021-04-23 | Support quoted arguments | root | |
2021-04-23 | Change directory structure | root | |
2021-04-23 | Propagate directive arguments to handler and read file contents | root | |
2021-04-23 | Extend allowed places for directive | root | |
2021-04-23 | Fix some bugs | root | |
2021-04-23 | First commit | root | |