From 880f7a8b16e2846275f5bd8f54226a071b42e68b Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Sun, 25 Feb 2018 16:22:00 +0100 Subject: [PATCH] perl-5-26.1-4: Fix Test::utf8 Automatic build of Test::utf8 fails, because "." is no longer in the PERL5LIB during build. Build it explicitly. --- perl-5.26.1-4.build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/perl-5.26.1-4.build.sh b/perl-5.26.1-4.build.sh index ac0afea..70e63a9 100755 --- a/perl-5.26.1-4.build.sh +++ b/perl-5.26.1-4.build.sh @@ -193,10 +193,9 @@ cpan Data::OptList cpan Data::Stag cpan Date::Calendar cpan Date::Parse - +PERL5LIB=".${PERL5LIB:+:$PERL5LIB}" cpan Test::utf8 # required by Test::File::ShareDir::Dist cpan Test::File::ShareDir::Dist # required by DateTime::Locale cpan DateTime::Locale # required by DateTime - cpan DateTime cpan DateTime::Locale cpan DateTime::TimeZone