Changeset 6c71499
- Timestamp:
- 09/23/2018 10:17:49 PM (5 years ago)
- Branches:
- perl-modules
- Children:
- 88f20bb
- Parents:
- 7158ad6
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
general/prog/new-perl-modules.xml
r7158ad6 r6c71499 135 135 <listitem> 136 136 <para> 137 <xref linkend="new-perl-module-build"/> 138 </para> 139 </listitem> 140 <listitem> 141 <para> 137 142 <xref linkend="new-perl-net-dns"/> 138 143 </para> … … 209 214 210 215 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 216 href="perl-modules/perl-module-build.xml"/> 217 218 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 211 219 href="perl-modules/perl-net-dns.xml"/> 212 220 -
general/prog/perl-deps.xml
r7158ad6 r6c71499 113 113 <listitem> 114 114 <para> 115 <xref linkend="new-perl-module-build"/>116 </para>117 </listitem>118 <listitem>119 <para>120 115 <xref linkend="new-perl-number-compare"/> 121 116 </para> … … 217 212 218 213 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 219 href="perl-deps/perl-module-build.xml"/>220 221 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"222 214 href="perl-deps/perl-number-compare.xml"/> 223 215 -
packages.ent
r7158ad6 r6c71499 389 389 <!ENTITY LWP-version "6.35"> 390 390 <!ENTITY LWP-Protocol-https-version "6.07"> 391 <!-- Module::Build has been "demoted" to only a 392 dependenccy of other modules 393 <!ENTITY Module-Build-version "0.4224"> --> 391 <!ENTITY Module-Build-version "0.4224"> 394 392 <!ENTITY Net-DNS-version "1.17"> 395 393 <!ENTITY Parse-Yapp-version "1.21"> … … 422 420 <!ENTITY IO-HTML-version "1.001"> 423 421 <!ENTITY LWP-MediaTypes-version "6.02"> 424 <!ENTITY Module-Build-version "0.4224">425 422 <!ENTITY Net-SSLeay-version "1.85"> 426 423 <!ENTITY Number-Compare-version "0.03"> -
pst/typesetting/biber.xml
r7158ad6 r6c71499 131 131 <!-- LWP::Simple is part of libwww-perl, 132 132 that is pulled in by LWP::Protocol::https --> 133 <!-- Module::Build is no-longer a direct dependency, and now that it can be 134 built using just the standard instructions, it does not need to be mentioned --> 133 <xref linkend="new-perl-module-build"/> 135 134 <!-- Mozilla::CA is a dependency of LWP-Protocol-https --> 136 135 <xref linkend="perl-regexp-common"/> … … 140 139 <!-- Text-CSV_XS is a recommended dependency for Text-CSV --> 141 140 <xref linkend="perl-text-roman"/> 142 <!-- Unicode-Collate usually needs to be latest, core perl is older --> 141 <!-- Unicode-Collate usually needs to be latest when biber is released, 142 core perl is usually older. To read the core version, look at 143 /usr/lib/perl5/5.xx.y/x86_64-linux-thread-multi/Unicode/Collate.pm --> 143 144 <xref linkend="perl-unicode-collate"/> 144 145 <!-- Unicode::GCstring is part of Unicode::LineBreak --> 145 146 <xref linkend="perl-unicode-linebreak"/> 146 <!-- Unicode::Normalize is part of core perl --> 147 <!-- Unicode::Normalize is part of core perl, found in 148 /usr/lib/perl5/5.xx.y/x86_64-linux-thread-multi/Unicode/Normalize.pm --> 147 149 <!-- FIXME URI is probably a dep i nthe lwp or libwww area --> 148 150 <!-- XML::LibXML is a dependency of XML::LibXML::Simple --> … … 171 173 <para> 172 174 It is possible to install all missing dependencies automatically. 173 <!-- Module::Build can now be built using perl Makefile.PL, so does not need to174 be installed in advance175 175 But from <application>perl-5.22.0</application> onwards, 176 176 <xref linkend="perl-module-build"/> is no longer part of the core perl 177 distribution. And for --> 178 For <xref linkend="perl-data-uniqid"/> we have to 177 distribution. And for <xref linkend="perl-data-uniqid"/> we have to 179 178 patch it to skip over a test which always fails - that failing test may 180 179 break the automatic install. To automatically install the remaining perl
Note:
See TracChangeset
for help on using the changeset viewer.