handle lack of dist.
This commit is contained in:
parent
b807d6cd66
commit
f9e2d16131
1 changed files with 2 additions and 0 deletions
|
@ -1431,6 +1431,8 @@ class PerlBuildTiny(BuildSystem):
|
|||
if "Can't find dist packages without a MANIFEST file" in e.lines:
|
||||
run_with_build_fixers(session, ["./Build", "manifest"], fixers)
|
||||
run_with_build_fixers(session, ["./Build", "dist"], fixers)
|
||||
elif "No such action 'dist'" in e.lines:
|
||||
raise NotImplementedError
|
||||
else:
|
||||
raise
|
||||
return dc.copy_single(target_directory)
|
||||
|
|
Loading…
Add table
Reference in a new issue