Updated to libwww-perl-5.805 (also renamed the package from LWP)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5883 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2006-04-19 11:22:05 +00:00
parent ac38286155
commit 7eee2254fc
3 changed files with 14 additions and 6 deletions

View File

@ -210,7 +210,7 @@
<!ENTITY HTML-Tree-version "3.1901"> <!ENTITY HTML-Tree-version "3.1901">
<!ENTITY IO-Socket-INET6-version "2.51"> <!ENTITY IO-Socket-INET6-version "2.51">
<!ENTITY IO-Zlib-version "1.04"> <!ENTITY IO-Zlib-version "1.04">
<!ENTITY LWP-version "5.803"> <!ENTITY LWP-version "5.805">
<!ENTITY Module-Build-version "0.2611"> <!ENTITY Module-Build-version "0.2611">
<!ENTITY Module-Corelist-version "2.04"> <!ENTITY Module-Corelist-version "2.04">
<!ENTITY Module-Info-version "0.30"> <!ENTITY Module-Info-version "0.30">

View File

@ -382,14 +382,14 @@
<!-- LWP --> <!-- LWP -->
<bridgehead renderas="sect3" id="perl-lwp" <bridgehead renderas="sect3" id="perl-lwp"
xreflabel="LWP-&LWP-version;"> xreflabel="libwww-perl-&LWP-version;">
LWP-&LWP-version;</bridgehead> libwww-perl-&LWP-version; (a.k.a. LWP)</bridgehead>
<indexterm zone="perl-modules perl-lwp"> <indexterm zone="perl-modules perl-lwp">
<primary sortas="g-LWP">LWP</primary> <primary sortas="g-libwww-perl">libwww-perl</primary>
</indexterm> </indexterm>
<para>The LWP (libwww-perl) collection is a set of <para>The libwww-perl (LWP) collection is a set of
<application>Perl</application> modules which provide a simple and <application>Perl</application> modules which provide a simple and
consistent application programming interface to the World-Wide Web. The consistent application programming interface to the World-Wide Web. The
main focus of the library is to provide classes and functions that allow main focus of the library is to provide classes and functions that allow
@ -404,7 +404,7 @@
<listitem> <listitem>
<para><ulink <para><ulink
url="http://cpan.org/authors/id/G/GA/GAAS/libwww-perl-&LWP-version;.tar.gz"> url="http://cpan.org/authors/id/G/GA/GAAS/libwww-perl-&LWP-version;.tar.gz">
LWP-&LWP-version;</ulink></para> libwww-perl-&LWP-version;</ulink></para>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
@ -426,6 +426,10 @@
</indexterm> </indexterm>
<itemizedlist> <itemizedlist>
<listitem>
<para>LWP::Simple is required for many of the tests. This
is a circular dependency.</para>
</listitem>
<listitem> <listitem>
<para id="perl-business-isbn-data"><ulink <para id="perl-business-isbn-data"><ulink
url="http://cpan.org/authors/id/B/BD/BDFOY/Business-ISBN-Data-&Business-ISBN-Data-version;.tar.gz"> url="http://cpan.org/authors/id/B/BD/BDFOY/Business-ISBN-Data-&Business-ISBN-Data-version;.tar.gz">

View File

@ -44,6 +44,10 @@
<listitem> <listitem>
<para>April 19th, 2006</para> <para>April 19th, 2006</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[randy] - Updated to libwww-perl-5.805 (also renamed the
package from LWP).</para>
</listitem>
<listitem> <listitem>
<para>[randy] - Updated to libxml2-2.6.23.</para> <para>[randy] - Updated to libxml2-2.6.23.</para>
</listitem> </listitem>