Skip to content

Commit

Permalink
perl-5-26.1-4: Fix Test::utf8
Browse files Browse the repository at this point in the history
Automatic build of Test::utf8 fails, because "." is no longer in the
PERL5LIB during build. Build it explicitly.
  • Loading branch information
donald committed Feb 25, 2018
1 parent c6b43ee commit 880f7a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions perl-5.26.1-4.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 880f7a8

Please sign in to comment.