diff options
author | Florian Pritz <bluewind@xinu.at> | 2023-02-19 14:15:35 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2023-02-19 14:15:35 +0100 |
commit | 978bfbcb0f235119d8dd2036f7f94254bb72efc6 (patch) | |
tree | 63c5dc3a470b404833afbf80421c7f0af4b028f3 /lib/App | |
parent | 07ac7bf85f3d03de265e16422cdcdfd24211708a (diff) | |
download | App-ArchLinux-PackagerTools-master.tar.gz App-ArchLinux-PackagerTools-master.tar.xz |
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'lib/App')
-rw-r--r-- | lib/App/ArchLinux/PackagerTools/Config.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/App/ArchLinux/PackagerTools/Config.pm b/lib/App/ArchLinux/PackagerTools/Config.pm index ed17238..26810f1 100644 --- a/lib/App/ArchLinux/PackagerTools/Config.pm +++ b/lib/App/ArchLinux/PackagerTools/Config.pm @@ -123,7 +123,6 @@ method _get_default_config() { 'perl-ldap' => 'perl-ldap', 'perl-libintl-perl' => 'libintl-perl', 'perl-libwww' => 'libwww-perl', - 'perl-locale-gettext' => 'gettext', 'perl-perlio-utf8-strict' => 'PerlIO-utf8_strict', 'perl-svn-simple-edit' => 'SVN-Simple', 'perl-term-readkey' => 'TermReadKey', |