Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Re-arrange tests | root | |
2021-04-25 | Remove auto-generated files from MANIFEST | 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 | 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 | Fix typo | root | |
2021-04-24 | Re-arrange source code | 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 | |