Changeset 45b8c95
- Timestamp:
- 09/19/2018 01:15:01 AM (6 years ago)
- Branches:
- perl-modules
- Children:
- 565f08e
- Parents:
- a81545c5
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
general/prog/new-perl-modules.xml
ra81545c5 r45b8c95 120 120 <listitem> 121 121 <para> 122 <xref linkend="new-perl-module-build"/>123 </para>124 </listitem>125 <listitem>126 <para>127 122 <xref linkend="new-perl-net-dns"/> 128 123 </para> … … 190 185 191 186 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 192 href="perl-modules/perl-module-build.xml"/>193 194 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"195 187 href="perl-modules/perl-net-dns.xml"/> 196 188 -
general/prog/perl-deps.xml
ra81545c5 r45b8c95 108 108 <listitem> 109 109 <para> 110 <xref linkend="new-perl-module-build"/> 111 </para> 112 </listitem> 113 <listitem> 114 <para> 110 115 <xref linkend="perl-net-ssleay"/> 111 116 </para> … … 194 199 195 200 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 201 href="perl-deps/perl-module-build.xml"/> 202 203 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 196 204 href="perl-deps/perl-sub-identify.xml"/> 197 205 -
general/prog/perl-deps/perl-module-build.xml
ra81545c5 r45b8c95 6 6 7 7 8 <!ENTITY my-download-http "& perl_authors;/id/L/LE/LEONT/Module-Build-&Module-Build-version;.tar.gz">8 <!ENTITY my-download-http "&metacpan_authors;/L/LE/LEONT/Module-Build-&Module-Build-version;.tar.gz"> 9 9 <!ENTITY my-md5sum "b74c2f6e84b60aad3a3defd30b6f0f4d"> 10 10 -
packages.ent
ra81545c5 r45b8c95 389 389 <!ENTITY LWP-version "6.35"> 390 390 <!ENTITY LWP-Protocol-https-version "6.07"> 391 <!ENTITY Module-Build-version "0.4224"> 391 <!-- Module::Build has been "demoted" to only a 392 dependenccy of other modules 393 <!ENTITY Module-Build-version "0.4224"> --> 392 394 <!ENTITY Net-DNS-version "1.17"> 393 395 <!ENTITY Parse-Yapp-version "1.21"> … … 419 421 <!ENTITY IO-HTML-version "1.001"> 420 422 <!ENTITY LWP-MediaTypes-version "6.02"> 423 <!ENTITY Module-Build-version "0.4224"> 421 424 <!ENTITY Net-SSLeay-version "1.85"> 422 425 <!ENTITY Sub-Identify-version "0.14"> -
pst/typesetting/biber.xml
ra81545c5 r45b8c95 135 135 <!-- LWP::Simple is part of libwww-perl, 136 136 that is pulled in by LWP::Protocol::https --> 137 <!-- Module::Build is pulled in by perl-text-bibtex, but mention it explicitly 138 so that the note on automatically installing missing dependencies can be run --> 139 <xref linkend="new-perl-module-build"/> 137 <!-- Module::Build is no-longer a direct dependency, and now that it can be 138 built using jsut the standard instructions, it does not need to be mentioned --> 140 139 <!-- Mozilla::CA is a dependency of LWP-Protocol-https --> 141 140 <xref linkend="perl-perlio-utf8_strict"/>
Note:
See TracChangeset
for help on using the changeset viewer.