From 46bff3b8a58669a14135341ef729ce7f0d885983 Mon Sep 17 00:00:00 2001 From: David Cook Date: Mon, 10 May 2021 10:30:27 +1000 Subject: [PATCH] Bug 28305: Remove doc reference to XML::Simple in C4::Context We don't need a See Also reference to XML::Simple in the C4::Context, especially since Bug 28278 replaced the parsing of koha-conf.xml with XML::LibXML. Test plan: 1. Apply patch 2. perldoc C4/Context.pm Signed-off-by: Jonathan Druart --- C4/Context.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/C4/Context.pm b/C4/Context.pm index c0e518a8bc..53d1a8c052 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -1050,10 +1050,6 @@ __END__ Specifies the configuration file to read. -=head1 SEE ALSO - -XML::Simple - =head1 AUTHORS Andrew Arensburger -- 2.39.2