diff --git a/lib/Text/Autoformat.pm b/lib/Text/Autoformat.pm index b883a0c..b6a7ed6 100644 --- a/lib/Text/Autoformat.pm +++ b/lib/Text/Autoformat.pm @@ -1009,14 +1009,14 @@ format lines such as: specify: - autoformat($text, { quoter =E qr{//} }) + autoformat($text, { quoter => qr{//} }) Instead of completely replacing the existing set of quoters, you can I them by specifying a pattern that includes the metasequence C<< >>, which is then replaced by the module's standard pattern for quoters. So, for example, to add C to the set of existing quoters: - autoformat($text, { quoter =E qr{//|} }) + autoformat($text, { quoter => qr{//|} }) Block quotations present a different challenge. A typical formatter