Add extra predeclared.

This commit is contained in:
Jelmer Vernooij 2021-04-23 17:51:10 +01:00
parent c2838029b5
commit 3200b7b39e

View file

@ -219,6 +219,10 @@ class PerlPreDeclaredRequirement(Requirement):
'githubmeta': 'Module::Install::GithubMeta',
'use_ppport': 'Module::Install::XSUtil',
'pod_from': 'Module::Install::PodFromEuclid',
'write_doap_changes': 'Module::Install::DOAPChangeSets',
'use_test_base': 'Module::Install::TestBase',
'jsonmeta': 'Module::Install::JSONMETA',
'extra_tests': 'Module::Install::ExtraTests',
}
def __init__(self, name):