From aa238f33ea73b3d3678995bc37cbe8060c322073 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..2d9b57dc 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-