Changeset 20c1f43
- Timestamp:
- 10/08/2018 01:52:16 AM (6 years ago)
- Branches:
- perl-modules
- Children:
- 4a95892
- Parents:
- bdc55ac
- Files:
-
- 4 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/new-perl-modules.xml
rbdc55ac r20c1f43 148 148 <listitem> 149 149 <para> 150 <xref linkend="new-perl-file-which"/> 151 </para> 152 </listitem> 153 <listitem> 154 <para> 150 155 <xref linkend="new-perl-http-daemon"/> 151 156 </para> … … 224 229 <para> 225 230 <xref linkend="new-perl-test-command"/> 231 </para> 232 </listitem> 233 <listitem> 234 <para> 235 <xref linkend="new-perl-test-differences"/> 226 236 </para> 227 237 </listitem> … … 329 339 330 340 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 341 href="perl-modules/perl-file-which.xml"/> 342 343 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 331 344 href="perl-modules/perl-http-daemon.xml"/> 332 345 … … 377 390 378 391 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 392 href="perl-modules/perl-test-differences.xml"/> 393 394 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 379 395 href="perl-modules/perl-text-bibtex.xml"/> 380 396 -
general/prog/perl-deps.xml
rbdc55ac r20c1f43 68 68 <listitem> 69 69 <para> 70 <xref linkend="perl-algorithm-diff"/> 71 </para> 72 </listitem> 73 <listitem> 74 <para> 70 75 <xref linkend="perl-business-isbn-data"/> 71 76 </para> … … 224 229 <para> 225 230 <xref linkend="perl-text-csv_xs"/> 231 </para> 232 </listitem> 233 <listitem> 234 <para> 235 <xref linkend="perl-text-diff"/> 226 236 </para> 227 237 </listitem> … … 270 280 271 281 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 282 href="perl-deps/perl-algorithm-diff.xml"/> 283 284 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 272 285 href="perl-deps/perl-business-isbn-data.xml"/> 273 286 … … 366 379 367 380 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 381 href="perl-deps/perl-text-diff.xml"/> 382 383 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 368 384 href="perl-deps/perl-text-glob.xml"/> 369 385 -
packages.ent
rbdc55ac r20c1f43 412 412 <!-- perl modules which are only in the book as deps of other modules 413 413 DO NOT RUN DAILY TESTS FOR NEWER VERSIONS --> 414 <!ENTITY Algorithm-Diff-version "1.1903"> 414 415 <!ENTITY Business-ISBN-Data-version "20140910.003"> 415 416 <!ENTITY Capture-Tiny-version "0.48"> … … 444 445 <!ENTITY Test-Warnings-version "0.026"> 445 446 <!ENTITY Text-CSV_XS-version "1.36"> 447 <!ENTITY Text-Diff-version "1.45"> 446 448 <!ENTITY Text-Glob-version "0.11"> 447 449 <!ENTITY Tie-Cycle-version "1.225"> -
pst/typesetting/biber.xml
rbdc55ac r20c1f43 163 163 <bridgehead renderas="sect4">Optional</bridgehead> 164 164 <para role="optional"> 165 <xref linkend=" perl-file-which"/> and166 <xref linkend=" perl-test-differences"/> to run the testsuite165 <xref linkend="new-perl-file-which"/> and 166 <xref linkend="new-perl-test-differences"/> (both for the testsuite) 167 167 </para> 168 168
Note:
See TracChangeset
for help on using the changeset viewer.