[SCM] Video extraction utility for YouTube,	Google Video and other video sites (Debian packaging) branch,	master, updated. upstream/2.1.7-214-g6762190
    legatvs 
    legatvs at gmail.com
       
    Wed Apr  1 14:45:15 UTC 2009
    
    
  
The following commit has been merged in the master branch:
commit d3f0657bf8e665da56d71716e3a4149d30782641
Author: legatvs <legatvs at gmail.com>
Date:   Sun Mar 22 02:12:10 2009 +0200
    Add missing --with-perl to --version output.
diff --git a/clive b/clive
index 68d58ce..df54ff1 100755
--- a/clive
+++ b/clive
@@ -1638,9 +1638,10 @@ sub print_version {
                     . "Copyright (c) 2007-2009 Toni Gundogdu "
                     . "<legatvs\@gmail.com>.\n",VERSION);
     my $i       = 0;
+    $str .= "$perl_v ";
     foreach (sort keys %opted_mods) {
         $str .= sprintf("--with-$_=%s ", $opted_mods{$_} ? "yes":"no");
-        $str .= "\n"  if (++$i % 4 == 0);
+        $str .= "\n"  if (++$i % 2 == 0);
     }
     $str .= "\nclive is licensed under the ISC license which is functionally\n"
         . "equivalent to the 2-clause BSD licence.\n"
-- 
Video extraction utility for YouTube, Google Video and other video sites (Debian packaging)
    
    
More information about the Pkg-perl-cvs-commits
mailing list