Changeset e130017b


Ignore:
Timestamp:
09/18/2018 07:19:41 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
0088694
Parents:
14a6ad3a
Message:

perl modules branch: merge trunk r20502:20504

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20505 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r14a6ad3a re130017b  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "18">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 10th, &year;">
     9<!ENTITY releasedate  "September 18th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/perl-modules.xml

    r14a6ad3a re130017b  
    29212921          <emphasis>Module::Build</emphasis> config_data
    29222922          <emphasis>Mojolicious</emphasis> hypnotoad, mojo, morbo
     2923          <emphasis>Parse::Yapp</emphasis> yapp
    29232924      <!--<emphasis>Test::Pod::Coverage:</emphasis> pod_cover-->
    29242925          <emphasis>Text::BibTeX:</emphasis> biblex, bibparse, dumpnames
     
    30593060      </varlistentry>
    30603061
     3062      <varlistentry id="yapp">
     3063        <term><command>yapp</command></term>
     3064        <listitem>
     3065          <para>is a frontend to the Parse::Yapp module, which lets you create
     3066          a Perl OO parser from an input grammar file.</para>
     3067          <indexterm zone="perl-modules yapp">
     3068            <primary sortas="b-yapp">yapp</primary>
     3069          </indexterm>
     3070        </listitem>
     3071      </varlistentry>
     3072
    30613073  <!--<varlistentry id="pod_cover">
    30623074        <term><command>pod_cover</command></term>
  • introduction/welcome/changelog.xml

    r14a6ad3a re130017b  
    4343-->
    4444    <listitem>
     45      <para>September 18th, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - In Samba, perl module Parse::Yapp was misidentified as
     49          now being part of perl - it can be pulled in for some other module
     50          when using cpan shell. Reinstate it as recommended and add its
     51          program yapp to the files installed by perl modules.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55    <listitem>
     56      <para>September 15th, 2018</para>
     57      <itemizedlist>
     58        <listitem>
     59          <para>[thomas] - Fix instructions in rpcbind. Fixes
     60          <ulink url="&blfs-ticket-root;11152">#11152</ulink>.</para>
     61        </listitem>
     62      </itemizedlist>
     63    </listitem>
     64
     65    <listitem>
    4566      <para>September 11th, 2018</para>
    4667      <itemizedlist>
  • networking/netprogs/samba.xml

    r14a6ad3a re130017b  
    7474      <xref linkend="gpgme"/>,
    7575      <xref linkend="libxslt"/> (for documentation),
    76 <!--      <xref linkend="perl-parse-yapp"/>, Now included with perl -->
     76      <xref linkend="perl-parse-yapp"/>
    7777      <xref linkend="pycrypto"/>, and
    7878      <xref linkend="openldap"/>
Note: See TracChangeset for help on using the changeset viewer.