Author: dj
Date: Tue Sep 27 19:12:00 2016
New Revision: 17830
Log:
Added Parse-Yapp concurrency check.
Modified:
trunk/scripts/blfs-chapter13.php
Modified: trunk/scripts/blfs-chapter13.php
==============================================================================
--- trunk/scripts/blfs-chapter13.php Tue Sep 27 18:11:01 2016 (r17829)
+++ trunk/scripts/blfs-chapter13.php Tue Sep 27 19:12:00 2016 (r17830)
@@ -70,6 +70,7 @@
$regex[ 'List-AllUtils' ] = "/^.*List-AllUtils-(\d[\d\.]+\d).*$/";
$regex[ 'Log-Log4perl' ] = "/^.*Log-Log4perl-(\d[\d\.]+\d).*$/";
$regex[ 'Net-DNS' ] = "/^.*Net-DNS-(\d[\d\.]+\d).*$/";
+$regex[ 'Parse-Yapp' ] = "/^.*Parse-Yapp-(\d[\d\.]+\d).*$/";
$regex[ 'Readonly-XS' ] = "/^.*Readonly-XS-(\d[\d\.]+\d).*$/";
$regex[ 'Regexp-Common' ] = "/^.*Regexp-Common-(\d[\d\.]+\d).*$/";
$regex[ 'Test-Command' ] = "/^.*Test-Command-(\d[\d\.]+\d).*$/";
@@ -214,6 +215,10 @@
'match' => '^.*$',
'replace' => "http://search.cpan.org/dist/Net-DNS/" ),
+ array( 'pkg' => 'Parse-Yapp',
+ 'match' => '^.*$',
+ 'replace' => "http://search.cpan.org/dist/Parse-Yapp/" ),
+
array( 'pkg' => 'Readonly-XS',
'match' => '^.*$',
'replace' => "http://search.cpan.org/dist/Readonly-XS/" ),
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page