Missing prerequisites in Build.PL (#593)
I was unable to compile without ExtUtils::XSpp and ExtUtils::Typemaps . My platform is a fresh install of OctoPi on Raspberry Pi. I'm not sure what the `0` in those lines does.
This commit is contained in:
parent
6729dc1c6d
commit
da8ffd477d
1 changed files with 2 additions and 0 deletions
2
Build.PL
2
Build.PL
|
@ -10,6 +10,8 @@ my %prereqs = qw(
|
||||||
Devel::CheckLib 0
|
Devel::CheckLib 0
|
||||||
ExtUtils::MakeMaker 6.80
|
ExtUtils::MakeMaker 6.80
|
||||||
ExtUtils::ParseXS 3.22
|
ExtUtils::ParseXS 3.22
|
||||||
|
ExtUtils::XSpp 0
|
||||||
|
ExtUtils::Typemaps 0
|
||||||
File::Basename 0
|
File::Basename 0
|
||||||
File::Spec 0
|
File::Spec 0
|
||||||
Getopt::Long 0
|
Getopt::Long 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue