Changeset 789fcfc
- Timestamp:
- 05/02/2018 09:35:17 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- c74eb3a
- Parents:
- ac1cf6c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rac1cf6c r789fcfc 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 26"> <!-- Always 2 digits -->4 <!ENTITY month "0 4"> <!-- Always 2 digits -->3 <!ENTITY day "02"> <!-- Always 2 digits --> 4 <!ENTITY month "05"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> 6 6 <!ENTITY copyrightdate "2001-&year;"> 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate " April 26th, &year;">9 <!ENTITY releasedate "May 2nd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/perl-modules.xml
rac1cf6c r789fcfc 214 214 <para>For unversioned modules on this page, if you are building without 215 215 using the CPAN automated install you should check when the current version 216 was released. If it is recent you should review the 'Changes' link for it 217 at http://search.cpan.org in case the dependencies have altered.</para> 216 was released. If it is recent you should review its 'Changes' and 217 'Dependencies' links at http://search.cpan.org in case the dependencies 218 have altered.</para> 218 219 </note> 219 220 … … 749 750 <xref linkend="perl-module-build"/> 750 751 </para> 752 </listitem> 753 <listitem><literallayout><ulink url="http://search.cpan.org/dist/IPC-System-Simple/">IPC::System::Simple</ulink> 754 (http://search.cpan.org/dist/IPC-System-Simple) (for the testsuite)</literallayout> 751 755 </listitem> 752 756 </itemizedlist> … … 810 814 </itemizedlist> <!-- end of deps for Test-File --> 811 815 </listitem> 812 <listitem><literallayout><ulink url="http://search.cpan.org/dist/Test-Warn/">Test::Warn</ulink> 813 (http://search.cpan.org/dist/Test-Warn (for the testsuite)</literallayout> 816 <listitem> 817 <para> 818 <xref linkend="perl-test-warnings"/> (for the testsuite) 819 </para> 814 820 </listitem> 815 821 </itemizedlist> <!-- end of deps for File-Copy-Recursive --> … … 825 831 </itemizedlist> 826 832 </listitem> 827 <listitem> 828 <para> 829 <xref linkend="perl-test-warnings"/> (for the testsuite) 830 </para> 831 </listitem> 833 <!-- Test-Warnings for testsuite now pulled in for File-Copy-Recursive --> 832 834 </itemizedlist> <!-- end of deps for DateTime::Locale --> 833 835 </listitem> -
introduction/welcome/changelog.xml
rac1cf6c r789fcfc 43 43 --> 44 44 <listitem> 45 <para>May 2nd, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Update external perl modules used by biber 49 for changed dependencies as at 30th April (File::Copy::Recursive now 50 uses Test::Warnings instead of Test::Warn, DateTime::Locale adds 51 IPC::System::Simple).</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 45 57 <para>April 26th, 2018</para> 46 58 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.