summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2021-09-08 21:08:44 -0700
committerRuss Allbery <rra@cpan.org>2021-09-08 21:08:44 -0700
commitcda2e4a52a464dc6360047cd3683e5d4ab21ba0a (patch)
tree0651187fc5cd2f6bb5951bf0823aaa60b336239c /README.md
parentc1c9bc717cf3b4684bd2d0e8211f674b4ba0f49b (diff)
Refactor the core spin parsing code
Start the grand refactor of App::DocKnot::Spin. Refactor the core parsing code and move handling of macro definitions, string definitions and \\ into command handlers. Tag commands with whether they care about format arguments and remove a bunch of useless arguments to commands that take arguments but not a format string.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index e332474..d95f69c 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,6 @@ The following additional Perl modules are required to use it:
* Perl6::Slurp
* Pod::Thread 2.00 or later
* Template (part of Template Toolkit)
-* Text::Balanced
* YAML::XS 0.81 or later
## Building and Installation