yaml perl module missing

This commit is contained in:
TLINDEN
2015-04-17 09:51:31 +02:00
parent 726793f032
commit 8d66d7e573

View File

@@ -21,6 +21,12 @@ before_install:
- perl Makefile.PL && make
- sudo make install
- cd ..
- wget http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-1.14.tar.gz
- tar xvfz YAML-1.14.tar.gz
- cd YAML-1.14
- perl Makefile.PL && make
- sudo make install
- cd ..
- ./autogen.sh
compiler:
- clang