From 3388a776691df29b1ec0ab5489ed190a55e7f2f6 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Sat, 10 Jun 2017 22:35:08 +0000 Subject: [PATCH] Between versions 1.12 and 1.16, DateTime::Locale acquired extra dependencies. I just wish they had been documented in the Changes. The perl modules used by biber are now up to date as of last Sunday, 4th June. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18816 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/prog/perl-core-modules.txt | 2 +- general/prog/perl-modules.xml | 92 +++++++++++++++++++++++++----- introduction/welcome/changelog.xml | 4 ++ 3 files changed, 84 insertions(+), 14 deletions(-) diff --git a/general/prog/perl-core-modules.txt b/general/prog/perl-core-modules.txt index 5c264d85de..669fc1ae57 100644 --- a/general/prog/perl-core-modules.txt +++ b/general/prog/perl-core-modules.txt @@ -103,5 +103,5 @@ warnings::register XSLoader Any reference to inc:: in the Makefile.PL means that a module used -during the build or install is s h ipped within the tarball. +during the build or install is shipped within the tarball. diff --git a/general/prog/perl-modules.xml b/general/prog/perl-modules.xml index 350fac1d7a..676b6c1c36 100644 --- a/general/prog/perl-modules.xml +++ b/general/prog/perl-modules.xml @@ -542,7 +542,9 @@ MD5 sum: &Data-Uniqid-md5sum; DateTime provides a date and time object for perl. It and its dependencies use the standard - unless noted. + except for those needing + , which use + . &lfs80_checked; @@ -569,7 +571,6 @@ MD5 sum: &Data-Uniqid-md5sum; B::Hooks::EndOfScope (http://search.cpan.org/dist/B-Hooks-EndOfScope/) - @@ -690,10 +691,67 @@ MD5 sum: &Data-Uniqid-md5sum; DateTime::Locale (http://search.cpan.org/dist/DateTime-Locale/) - + + File::ShareDir::Install +(http://search.cpan.org/dist/File-ShareDir-Install/) + + Module::Build::Tiny +(http://search.cpan.org/dist/Module-Build-Tiny/) + + ExtUtils::Config +(http://search.cpan.org/dist/Extutils-Config) + + ExtUtils::Helpers +(http://search.cpan.org/dist/Extutils-Helpers) + + ExtUtils::InstallPaths +(http://search.cpan.org/dist/Extutils-InstallPaths) + + + + + + + + + + + + + File::ShareDir +(http://search.cpan.org/dist/File-ShareDir) (for the testsuite) + + Class::Inspector +(http://search.cpan.org/dist/Class-Inspector) + + + + Test::File::ShareDir +(http://search.cpan.org/dist/Test-File-ShareDir) (for the testsuite) + + Class::Tiny +(http://search.cpan.org/dist/Class-Tiny) + + File::Copy::Recursive +(http://search.cpan.org/dist/File-Copy-Recursive) + + Path::Tiny +(http://search.cpan.org/dist/Path-Tiny) + + Scope::Guard +(http://search.cpan.org/dist/Scope-Guard) + + + + + + + + + (for the testsuite) @@ -732,8 +790,10 @@ MD5 sum: &Data-Uniqid-md5sum; DateTime::Calendar::Julian implements the Julian Calendar. This - module and its dependencies use the standard unless noted. + module and its dependencies use the standard + except for those needing + , which use + . &lfs80_checked; @@ -764,8 +824,10 @@ MD5 sum: &DateTime-Calendar-Julian-md5sum; DateTime::Format::Builder creates DateTime parser classes and objects. - This module and its dependencies use the standard unless noted. + This module and its dependencies use the standard + except for those needing + , which use + . &lfs80_checked; @@ -1436,7 +1498,10 @@ MD5 sum: &Module-Build-md5sum; Module::Implementation loads one of several alternate underlying implementation of a module (e.g. eXternal Subroutine or pure Perl, or an implementation for a given OS). This module and its dependencies use the - standard except where noted. + standard + except for those needing + , which use + . &lfs80_checked; @@ -1609,7 +1674,12 @@ MD5 sum: &Regexp-Common-md5sum; Scalar::List::Utils provides a selection of list and - scalar subroutines. This module uses the standard + scalar subroutines. + + This is a core module, but the version in perl-5.24.1 is not new + enough for the packages which link to this module. If you are using + perl-5.26.0, the version included in that is adequate. + This module uses the standard . &lfs80_checked; @@ -1620,10 +1690,6 @@ MD5 sum: &Regexp-Common-md5sum; Scalar::List::Utils (http://search.cpan.org/dist/Scalar-List-Utils/) - - This is a core module, but the version in perl-5.24.1 is not new - enough for the packages which link to this module. - diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index a51fc76957..8aa9faa763 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,10 @@ June 10th, 2017 + + [ken] - Add new perl module deps for DateTime::Locale. Fixes + #9325. + [bdubbs] - Fix links in git docs. Fixes #9346.