Changeset 8191bd1


Ignore:
Timestamp:
01/16/2006 07:54:51 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
dbb5a07
Parents:
9f765338
Message:

Singled out the Text::Diff module in the Perl Modules instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5566 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-modules.xml

    r9f765338 r8191bd1  
    541541              </listitem>
    542542              <listitem>
    543                 <para id="perl-text-diff"><ulink
    544                 url="http://cpan.org/authors/id/R/RB/RBS/Text-Diff-&Text-Diff-version;.tar.gz">
    545                 Text-Diff-&Text-Diff-version;</ulink></para>
    546                 <indexterm zone="perl-modules perl-text-diff">
    547                   <primary sortas="g-Text-Diff">Text::Diff</primary>
    548                 </indexterm>
    549 
    550                 <itemizedlist>
    551                   <listitem>
    552                     <para id="perl-algorithm-diff"><ulink
    553                     url="http://cpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-&Algorithm-Diff-version;.zip">
    554                     Algorithm-Diff-&Algorithm-Diff-version;</ulink></para>
    555                     <indexterm zone="perl-modules perl-algorithm-diff">
    556                       <primary sortas="g-Algorithm-Diff">Algorithm::Diff</primary>
    557                     </indexterm>
    558 
    559                     <itemizedlist>
    560                       <listitem>
    561                         <para><xref linkend="unzip"/></para>
    562                       </listitem>
    563                     </itemizedlist>
    564 
    565                   </listitem>
    566                 </itemizedlist>
    567 
     543                <para><xref linkend="perl-text-diff"/></para>
    568544              </listitem>
    569545              <listitem>
     
    912888    </itemizedlist>
    913889
     890    <!-- Text::Diff -->
     891    <bridgehead renderas="sect3" id="perl-text-diff"
     892    xreflabel="Text::Diff-&Text-Diff-version;">
     893    Text::Diff-&Text-Diff-version;</bridgehead>
     894
     895    <indexterm zone="perl-modules perl-text-diff">
     896      <primary sortas="g-Text-Diff">Text::Diff</primary>
     897    </indexterm>
     898
     899    <para>Text::Diff is used to perform diffs on files and record sets. It
     900    provides a basic set of services akin to the GNU <command>diff</command>
     901    utility. It is not anywhere near as feature complete as GNU
     902    <command>diff</command>, but it is better integrated with
     903    <application>Perl</application> and available on all platforms. Text::Diff
     904    is often faster than shelling out to a system's <command>diff</command>
     905    executable for small files, and generally slower on larger files.</para>
     906
     907    <itemizedlist spacing='compact'>
     908      <listitem>
     909        <para><ulink
     910        url="http://cpan.org/authors/id/R/RB/RBS/Text-Diff-&Text-Diff-version;.tar.gz">
     911        Text-Diff-&Text-Diff-version;</ulink></para>
     912
     913        <itemizedlist>
     914          <listitem>
     915            <para id="perl-algorithm-diff"><ulink
     916            url="http://cpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-&Algorithm-Diff-version;.zip">
     917            Algorithm-Diff-&Algorithm-Diff-version;</ulink></para>
     918            <indexterm zone="perl-modules perl-algorithm-diff">
     919              <primary sortas="g-Algorithm-Diff">Algorithm::Diff</primary>
     920            </indexterm>
     921
     922            <itemizedlist>
     923              <listitem>
     924                <para><xref linkend="unzip"/></para>
     925              </listitem>
     926            </itemizedlist>
     927
     928          </listitem>
     929        </itemizedlist>
     930
     931      </listitem>
     932    </itemizedlist>
     933
    914934    <!-- Tk -->
    915935    <bridgehead renderas="sect3" id="tk-perl"
  • introduction/welcome/changelog.xml

    r9f765338 r8191bd1  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Singled out the Text::Diff module in the Perl
     49          Modules instructions.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[randy] - Updated to the Module::Signature-0.51 Perl Module
    4953          and singled it out in the instructions.</para>
Note: See TracChangeset for help on using the changeset viewer.