From f9fb6f47e4bd344b5ecbfa95b40103bf6653cc5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Kopp?= Date: Mon, 30 Sep 2024 17:28:37 +0200 Subject: [PATCH] add missing prerequisity for Tk-CodeText-0.53 --- .../devel/unix_install/packages_unix/install.cfg | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tred_refactored/devel/unix_install/packages_unix/install.cfg b/tred_refactored/devel/unix_install/packages_unix/install.cfg index d7ed92d1..1a7ae33f 100644 --- a/tred_refactored/devel/unix_install/packages_unix/install.cfg +++ b/tred_refactored/devel/unix_install/packages_unix/install.cfg @@ -33,7 +33,7 @@ sub perl_modules { # Probe-Perl- # Test-Script- qw( - Term-Table- + Term-Table- Test-Simple- Capture-Tiny- Perl-OSType- @@ -58,6 +58,12 @@ sub perl_modules { Tie-IxHash- Tk- Syntax-Highlight-Perl- + Getopt-Long- + Math-Round- + Syntax-Kamelon- + Test-Tk- + Tk-ColorEntry- + Tk-PopList- Tk-CodeText- Compress-Raw-Zlib- Compress-Raw-Bzip2-