Add extra predeclared.
This commit is contained in:
parent
c2838029b5
commit
3200b7b39e
1 changed files with 4 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue