From cc06592fe06b25e1fdbeafb54ce313609972f616 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Wed, 18 Jun 2025 11:02:37 -0400 Subject: [PATCH] Update documentation to reflect reality. --- docs/WHATSNEW | 8 ++++---- rem2html/README.rem2html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/WHATSNEW b/docs/WHATSNEW index 5ddea77b..eb2ad94d 100644 --- a/docs/WHATSNEW +++ b/docs/WHATSNEW @@ -1528,10 +1528,10 @@ CHANGES TO REMIND - NEW FEATURE: Add "-u+username" variant to tell Remind to switch users to "username" without disabling RUN directives. Idea courtesy of Ian! D. Allen -- CHANGE: rem2html: rem2html has been moved out of the www/ directory into - its own rem2html/ directory. If your system has the prerequisites - (namely Perl, Getopt::Long and JSON::Any) then rem2html will be installed - by "make install". +- CHANGE: rem2html: rem2html has been moved out of the www/ directory + into its own rem2html/ directory. If your system has the + prerequisites (namely Perl, Getopt::Long and JSON::MaybeXS) then + rem2html will be installed by "make install". - CHANGE: Remove "cm2rem". It was about 20 years obsolete. diff --git a/rem2html/README.rem2html b/rem2html/README.rem2html index b0abf3a3..c171a6d1 100644 --- a/rem2html/README.rem2html +++ b/rem2html/README.rem2html @@ -4,7 +4,7 @@ REM2HTML rem2html is a Perl script that transforms the output of `remind -pp ...' to HTML. Type `perl rem2html --help' for usage information. -rem2html requires the Perl modules `JSON::Any' and `Getopt::Long'. It +rem2html requires the Perl modules `JSON::MaybeXS' and `Getopt::Long'. It will not be installed unless you have those modules as well as Perl itself.