forked from security/hakurei
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>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user