aboutsummaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Collapse)Author
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-26Use single hyphen for NULL value, allow the user to specify itroot
This lets the user inject a footer without injecting a header.
2021-04-25Re-arrange testsroot
2021-04-25Remove auto-generated files from MANIFESTroot
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-24t/basic.t: Create subdir if not presentroot
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-24Fix typoroot
2021-04-24Re-arrange source coderoot
2021-04-24Improve testing capabilitiesroot
2021-04-24Expand testsroot
2021-04-24Rewrite testroot
2021-04-24Add Makefile, basic testroot