Author: ken
Date: Tue Sep 18 11:59:48 2018
New Revision: 20504

Log:
Reinstate the Samba link to perl module Parse::Yapp after agreement by Douglas.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/perl-modules.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netprogs/samba.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sat Sep 15 13:38:19 2018        (r20503)
+++ trunk/BOOK/general.ent      Tue Sep 18 11:59:48 2018        (r20504)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "15">                   <!-- Always 2 digits -->
+<!ENTITY day          "18">                   <!-- Always 2 digits -->
 <!ENTITY month        "09">                   <!-- Always 2 digits -->
 <!ENTITY year         "2018">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "September 15th, &year;">
+<!ENTITY releasedate  "September 18th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/general/prog/perl-modules.xml
==============================================================================
--- trunk/BOOK/general/prog/perl-modules.xml    Sat Sep 15 13:38:19 2018        
(r20503)
+++ trunk/BOOK/general/prog/perl-modules.xml    Tue Sep 18 11:59:48 2018        
(r20504)
@@ -2919,6 +2919,7 @@
           <emphasis>Log::Log4perl:</emphasis> l4p-tmpl
           <emphasis>Module::Build</emphasis> config_data
           <emphasis>Mojolicious</emphasis> hypnotoad, mojo, morbo
+          <emphasis>Parse::Yapp</emphasis> yapp
       <!--<emphasis>Test::Pod::Coverage:</emphasis> pod_cover-->
           <emphasis>Text::BibTeX:</emphasis> biblex, bibparse, dumpnames
         </seg>
@@ -3056,6 +3057,17 @@
           </indexterm>
         </listitem>
       </varlistentry>
+
+      <varlistentry id="yapp">
+        <term><command>yapp</command></term>
+        <listitem>
+          <para>is a frontend to the Parse::Yapp module, which lets you create
+          a Perl OO parser from an input grammar file.</para>
+          <indexterm zone="perl-modules yapp">
+            <primary sortas="b-yapp">yapp</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
 
   <!--<varlistentry id="pod_cover">
         <term><command>pod_cover</command></term>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Sep 15 13:38:19 
2018        (r20503)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Tue Sep 18 11:59:48 
2018        (r20504)
@@ -42,6 +42,17 @@
     </listitem>
 -->
     <listitem>
+      <para>September 18th, 2018</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - In Samba, perl module Parse::Yapp was misidentified as
+          now being part of perl - it can be pulled in for some other module
+          when using cpan shell. Reinstate it as recommended and add its
+          program yapp to the files installed by perl modules.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+    <listitem>
       <para>September 15th, 2018</para>
       <itemizedlist>
         <listitem>
@@ -50,6 +61,7 @@
         </listitem>
       </itemizedlist>
     </listitem>
+
     <listitem>
       <para>September 11th, 2018</para>
       <itemizedlist>

Modified: trunk/BOOK/networking/netprogs/samba.xml
==============================================================================
--- trunk/BOOK/networking/netprogs/samba.xml    Sat Sep 15 13:38:19 2018        
(r20503)
+++ trunk/BOOK/networking/netprogs/samba.xml    Tue Sep 18 11:59:48 2018        
(r20504)
@@ -73,7 +73,7 @@
     <para role="recommended">
       <xref linkend="gpgme"/>,
       <xref linkend="libxslt"/> (for documentation),
-<!--      <xref linkend="perl-parse-yapp"/>, Now included with perl -->
+      <xref linkend="perl-parse-yapp"/>
       <xref linkend="pycrypto"/>, and
       <xref linkend="openldap"/>
     </para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to