Add perl additional dependencies test

This commit is contained in:
Ville Skyttä
2020-02-01 16:13:01 +02:00
parent 1295364986
commit 04471f7d97
3 changed files with 24 additions and 0 deletions

View File

@@ -184,6 +184,7 @@ class Store:
LOCAL_RESOURCES = (
'Cargo.toml', 'main.go', 'main.rs', '.npmignore', 'package.json',
'pre_commit_dummy_package.gemspec', 'setup.py', 'environment.yml',
'Makefile.PL',
)
def make_local(self, deps: Sequence[str]) -> str: