[arch-commits] Commit in perl-test-warnings/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 09:41:56 UTC 2017


    Date: Thursday, June 1, 2017 @ 09:41:55
  Author: foutrelis
Revision: 232111

Fix build with Perl 5.26

Modified:
  perl-test-warnings/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-01 09:38:03 UTC (rev 232110)
+++ PKGBUILD	2017-06-01 09:41:55 UTC (rev 232111)
@@ -21,6 +21,7 @@
       PERL_AUTOINSTALL=--skipdeps                            \
       PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'"     \
       PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+      PERL_USE_UNSAFE_INC=1 \
       MODULEBUILDRC=/dev/null
 
     cd "$srcdir/Test-Warnings-$pkgver"



More information about the arch-commits mailing list