diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-24 22:35:00 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-24 23:09:55 +0900 |
| commit | f7f80f95b9df0e2d9fb0ad60ef10b6043616528c (patch) | |
| tree | 0b1c32eb277c58acc8cceb363f9c92c4d5cf21ef /internal/rosa/all.go | |
| parent | 6ea6c794fbbc4c38b9d723ead17959c90eb47e95 (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.go | 20 |
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, |
