aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/all.go')
-rw-r--r--internal/rosa/all.go20
1 files changed, 20 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go
index 381d887b..bc1a8ca6 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -73,6 +73,16 @@ const (
Packaging
Patch
Perl
+ PerlLocaleGettext
+ PerlMIMECharset
+ PerlModuleBuild
+ PerlPodParser
+ PerlSGMLS
+ PerlTermReadKey
+ PerlTextCharWidth
+ PerlTextWrapI18N
+ PerlUnicodeGCString
+ PerlYAMLTiny
PkgConfig
Pluggy
Procps
@@ -199,6 +209,16 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"packaging": Packaging,
"patch": Patch,
"perl": Perl,
+ "Locale::gettext": PerlLocaleGettext,
+ "MIME::Charset": PerlMIMECharset,
+ "Module::Build": PerlModuleBuild,
+ "Pod::Parser": PerlPodParser,
+ "SGMLS": PerlSGMLS,
+ "Term::ReadKey": PerlTermReadKey,
+ "Text::CharWidth": PerlTextCharWidth,
+ "Text::WrapI18N": PerlTextWrapI18N,
+ "Unicode::GCString": PerlUnicodeGCString,
+ "YAML::Tiny": PerlYAMLTiny,
"pkg-config": PkgConfig,
"pluggy": Pluggy,
"procps": Procps,