From 9b6f633100cb29d0c48b295385d67890b0c0993a Mon Sep 17 00:00:00 2001 From: bernhard Date: Wed, 29 Jan 2025 13:36:52 +0100 Subject: [PATCH] Mention Test2 with regard to OTOBO specific modules that are located in Kernel/cpan-lib --- Kernel/cpan-lib/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Kernel/cpan-lib/README.md b/Kernel/cpan-lib/README.md index 03917b689..22844a051 100644 --- a/Kernel/cpan-lib/README.md +++ b/Kernel/cpan-lib/README.md @@ -65,8 +65,11 @@ The reason why specific files are not included in the bundle is not always evide ### Add files that do no originate from CPAN or are modified by OTOBO +These are Perl modules that belong to OTOBO but have to be in a specific namespace. + cp -r Devel/REPL local/lib/perl5/Devel # the plugins Devel::REPL::Plugin::OTOBO is not on CPAN cp -r Plack local/lib/perl5/Plack # the Plack plugins are not on CPAN + cp -r Test2 local/lib/perl5/Test2 # the OTOBO specific Test2::Require modules cp -r HTML/Scrubber.pm local/lib/perl5/HTML/Scrubber # with OTOBO specific modifications ### Install missing modules