[arch-commits] Commit in perl-class-autouse/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 09:35:10 UTC 2017


    Date: Thursday, June 1, 2017 @ 09:35:09
  Author: foutrelis
Revision: 232102

Fix build with Perl 5.26

Modified:
  perl-class-autouse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-01 09:33:27 UTC (rev 232101)
+++ PKGBUILD	2017-06-01 09:35:09 UTC (rev 232102)
@@ -17,6 +17,7 @@
 
 build() {
   cd  "$srcdir"/Class-Autouse-$pkgver
+  PERL_USE_UNSAFE_INC=1 \
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
 }



More information about the arch-commits mailing list