Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-27 | Clarify CAVEATS | root | |
2021-04-26 | Use filter instead of handler | root | |
This makes it work for HTML content that has already been processed, e.g., by PHP. This change was delightfully easy to make. | |||
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-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 | 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 | Update documentation and README | root | |
2021-04-24 | Add Makefile, basic test | root | |