Changeset 624b17b


Ignore:
Timestamp:
12/02/2010 06:11:26 PM (13 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
7602849
Parents:
0b9a7ab9
Message:

Removed Perl Module Digest::SHA as it is now a core module

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0b9a7ab9 r624b17b  
    316316<!-- Perl module versions used in the Perl Modules instructions -->
    317317<!ENTITY Algorithm-Diff-version       "1.1902">
    318 <!ENTITY Archive-Tar-version          "1.32">
    319318<!ENTITY Archive-Zip-version          "1.20">
    320319<!ENTITY Business-ISBN-Data-version   "1.17">
     
    325324<!ENTITY Digest-BubbleBabble-version  "0.01">
    326325<!ENTITY Digest-HMAC-version          "1.01">
    327 <!ENTITY Digest-SHA-version           "5.45">
    328326<!ENTITY Digest-SHA1-version          "2.11">
    329327<!ENTITY ExtUtils-CBuilder-version    "0.19">
  • general/prog/perl-modules.xml

    r0b9a7ab9 r624b17b  
    484484              </listitem>
    485485            </itemizedlist>
    486 
    487           </listitem>
    488           <listitem>
    489             <para id="perl-digest-sha"><ulink
    490             url="http://cpan.org/authors/id/M/MS/MSHELOR/Digest-SHA-&Digest-SHA-version;.tar.gz">
    491             Digest-SHA-&Digest-SHA-version;</ulink></para>
    492             <indexterm zone="perl-modules perl-digest-sha">
    493               <primary sortas="g-Digest-SHA">Digest::SHA</primary>
    494             </indexterm>
    495 
    496             <itemizedlist>
    497               <listitem>
    498                 <para><xref linkend="perl-test-pod-coverage"/>
    499                 (optionally used during the tests)</para>
    500               </listitem>
    501             </itemizedlist>
    502 
    503           </listitem>
     486          </listitem>
     487
    504488          <listitem>
    505489            <para><xref linkend="gnupg"/></para>
  • introduction/welcome/changelog.xml

    r0b9a7ab9 r624b17b  
    4545      <para>December 2nd, 2010</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Removed <application>Perl</application> Module
     49          Digest::SHA as it is now a core module.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[randy] - Removed <application>Perl</application> Module
Note: See TracChangeset for help on using the changeset viewer.