aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-24 22:35:00 +0900
committerOphestra <cat@gensokyo.uk>2026-02-24 23:09:55 +0900
commitf7f80f95b9df0e2d9fb0ad60ef10b6043616528c (patch)
tree0b1c32eb277c58acc8cceb363f9c92c4d5cf21ef /internal/rosa/all.go
parent6ea6c794fbbc4c38b9d723ead17959c90eb47e95 (diff)
internal/rosa/perl: various perl module artifacts
This change includes helpers for both Makefile.PL and Build.PL as well as various modules. Signed-off-by: Ophestra <cat@gensokyo.uk>
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,