Author: ken
Date: Mon Oct 24 09:51:06 2016
New Revision: 17912

Log:
I missed part of the php changes for perl modules.

Modified:
   trunk/scripts/blfs-chapter13.php

Modified: trunk/scripts/blfs-chapter13.php
==============================================================================
--- trunk/scripts/blfs-chapter13.php    Sun Oct 23 22:56:51 2016        (r17911)
+++ trunk/scripts/blfs-chapter13.php    Mon Oct 24 09:51:06 2016        (r17912)
@@ -170,9 +170,13 @@
           'match'   => '^.*$',
           'replace' => "http://search.cpan.org/dist/Data-Dump/"; ),
 
-   array( 'pkg'     => 'Date-Simple',
+   array( 'pkg'     => 'DateTime-Calendar-Julian',
           'match'   => '^.*$',
-          'replace' => "http://search.cpan.org/dist/Date-Simple/"; ),
+          'replace' => "http://search.cpan.org/dist/DateTime-Calendar-Julian/"; 
),
+
+   array( 'pkg'     => 'DateTime-Format-Builder',
+          'match'   => '^.*$',
+          'replace' => "http://search.cpan.org/dist/DateTime-Format-Builder/"; 
),
 
    array( 'pkg'     => 'Encode-EUCJPASCII',
           'match'   => '^.*$',
@@ -238,6 +242,10 @@
           'match'   => '^.*$',
           'replace' => "http://search.cpan.org/dist/Regexp-Common/"; ),
 
+   array( 'pkg'     => 'Sort-Key',
+          'match'   => '^.*$',
+          'replace' => "http://search.cpan.org/dist/Sort-Key/"; ),
+
    array( 'pkg'     => 'Test-Command',
           'match'   => '^.*$',
           'replace' => "http://search.cpan.org/dist/Test-Command/"; ),
@@ -246,18 +254,14 @@
           'match'   => '^.*$',
           'replace' => "http://search.cpan.org/dist/Test-Differences/"; ),
 
-   array( 'pkg'     => 'Test-Pod',
-          'match'   => '^.*$',
-          'replace' => "http://search.cpan.org/dist/Test-Pod/"; ),
-
-   array( 'pkg'     => 'Test-Pod-Coverage',
-          'match'   => '^.*$',
-          'replace' => "http://search.cpan.org/dist/Test-Pod-Coverage/"; ),
-
    array( 'pkg'     => 'Text-BibTeX',
           'match'   => '^.*$',
           'replace' => "http://search.cpan.org/dist/Text-BibTeX/"; ),
 
+   array( 'pkg'     => 'Text-CSV',
+          'match'   => '^.*$',
+          'replace' => "http://search.cpan.org/dist/Text- CSV/" ),
+
    array( 'pkg'     => 'Text-Roman',
           'match'   => '^.*$',
           'replace' => "http://search.cpan.org/dist/Text-Roman/"; ),
-- 
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