Author: ken
Date: Tue Sep 18 12:19:41 2018
New Revision: 20505

Log:
perl modules branch: merge trunk r20502:20504

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

Modified: branches/perl-modules/general.ent
==============================================================================
--- branches/perl-modules/general.ent   Tue Sep 18 11:59:48 2018        (r20504)
+++ branches/perl-modules/general.ent   Tue Sep 18 12:19:41 2018        (r20505)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "10">                   <!-- 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 10th, &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: branches/perl-modules/general/prog/perl-modules.xml
==============================================================================
--- branches/perl-modules/general/prog/perl-modules.xml Tue Sep 18 11:59:48 
2018        (r20504)
+++ branches/perl-modules/general/prog/perl-modules.xml Tue Sep 18 12:19:41 
2018        (r20505)
@@ -2920,6 +2920,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>
@@ -3057,6 +3058,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: branches/perl-modules/introduction/welcome/changelog.xml
==============================================================================
--- branches/perl-modules/introduction/welcome/changelog.xml    Tue Sep 18 
11:59:48 2018        (r20504)
+++ branches/perl-modules/introduction/welcome/changelog.xml    Tue Sep 18 
12:19:41 2018        (r20505)
@@ -42,6 +42,27 @@
     </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>
+          <para>[thomas] - Fix instructions in rpcbind. Fixes
+          <ulink url="&blfs-ticket-root;11152">#11152</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>September 11th, 2018</para>
       <itemizedlist>
         <listitem>

Modified: branches/perl-modules/networking/netprogs/samba.xml
==============================================================================
--- branches/perl-modules/networking/netprogs/samba.xml Tue Sep 18 11:59:48 
2018        (r20504)
+++ branches/perl-modules/networking/netprogs/samba.xml Tue Sep 18 12:19:41 
2018        (r20505)
@@ -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