5 lines
121 B
Bash
5 lines
121 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') \
|
||
|
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|