aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2021-04-27Clarify CAVEATSroot
2021-04-26Use filter instead of handlerroot
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-26Fix regex bug, support HTML commentsroot
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-25Fix typoroot
2021-04-25Clarify installation instructionsroot
2021-04-25Skip tests if run as rootroot
Otherwise, I suspect App::Cpan will not be able to install the module without workarounds on the part of the user.
2021-04-25Clarify documentationroot
2021-04-24Fix bug when second argument is absent, improve documentationroot
Before, the InjectFoot variable wasn't cleared.
2021-04-24Fix dependencies, improve installation instructionsroot
2021-04-24Add mod_perl to synposisroot
2021-04-24Fix typoroot
2021-04-24Fix typoroot
2021-04-24Update documentation and READMEroot
2021-04-24Add Makefile, basic testroot