Changeset 3202d0b for general


Ignore:
Timestamp:
01/21/2007 12:06:52 AM (17 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:
c5fb8c3
Parents:
87c2868
Message:

Modified the Spiffy, Test::Base and YAML Perl Module instructions so that UTF-8 encoded manual pages are not installed

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

File:
1 edited

Legend:

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

    r87c2868 r3202d0b  
    12201220    </indexterm>
    12211221
    1222     <para></para>
     1222    <para>The <application>YAML</application> modules implement a
     1223    <application>YAML</application> Loader and Dumper based on the
     1224    <application>YAML</application> 1.0 specification
     1225    <ulink url="http://www.yaml.org/spec/"/>.
     1226    <application>YAML</application> is a generic data serialization language
     1227    that is optimized for human readability. It can be used to express the data
     1228    structures of most modern programming languages.</para>
     1229
     1230    <note>
     1231      <para>The <application>YAML</application>,
     1232      <application>Test::Base</application> and
     1233      <application>Spiffy</application> modules will install UTF-8
     1234      encoded manual pages. To modify the manual pages so that non-UTF-8
     1235      encoded pages are installed, issue the following commands (before
     1236      any other build commands):</para>
     1237
     1238<screen><literal>For <application>Spiffy</application>:     <command>sed -i 's,\xc3\xb6,o,' lib/Spiffy.pm</command>
     1239
     1240For <application>Test::Base</application>: <command>sed -i 's,\xc3\xb6,o,' \
     1241                  lib/Test/Base{,/Filter}.pm \
     1242                  lib/Module/Install/TestBase.pm</command>
     1243
     1244For <application>YAML</application>:       <command>sed -i 's,\xc3\xb6,o,' \
     1245                  ysh lib/Test/YAML.pm \
     1246                  lib/YAML.pm \
     1247                  lib/YAML/{Types,Node,Error,Marshall,Tag,Base}.pm \
     1248                  lib/YAML/{Loader,Dumper}{,/Base}.pm</command></literal></screen>
     1249
     1250    </note>
    12231251
    12241252    <itemizedlist spacing='compact'>
Note: See TracChangeset for help on using the changeset viewer.