Author: bdubbs
Date: Sun Nov 18 12:10:55 2018
New Revision: 20718

Log:
Update currency for perl modules reorg

Modified:
   trunk/scripts/blfs-chapter13.php
   trunk/scripts/blfs-include.php

Modified: trunk/scripts/blfs-chapter13.php
==============================================================================
--- trunk/scripts/blfs-chapter13.php    Sun Nov 18 00:20:13 2018        (r20717)
+++ trunk/scripts/blfs-chapter13.php    Sun Nov 18 12:10:55 2018        (r20718)
@@ -629,7 +629,7 @@
     return find_max( $lines, "/$package/", 
"/^.*$package-(\d[\d\.]+\d)-src.*$/" );
 
   if ( $book_index == "junit4-r" )
-    return find_max( $lines, "/junit/", "/^.*$junit-(\d[\d\.]+\d).jar.*$/" );
+    return find_max( $lines, "/junit/", "/^.*junit-(\d[\d\.]+\d).jar.*$/" );
 
   // Most packages are in the form $package-n.n.n
   // Occasionally there are dashes (e.g. 201-1)

Modified: trunk/scripts/blfs-include.php
==============================================================================
--- trunk/scripts/blfs-include.php      Sun Nov 18 00:20:13 2018        (r20717)
+++ trunk/scripts/blfs-include.php      Sun Nov 18 12:10:55 2018        (r20718)
@@ -203,6 +203,7 @@
    {
       if ( $line == "" ) continue;
       if ( preg_match( "/patch/", $line ) ) continue;     // Skip patches
+      if ( preg_match( "/metacpan/", $line ) ) continue;     // Skip perl 
depeperl dependenciess
 
       $file =  basename( $line );
       $url  =  dirname ( $line );
-- 
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