[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 7b15154e70386e31eceedcc9f5f5230166923196
Author: legatvs <legatvs at gmail.com>
Date:   Sun Mar 22 02:01:54 2009 +0200
    Change --version output.
diff --git a/clive b/clive
index 4f1f4f1..4f9e46d 100755
--- a/clive
+++ b/clive
@@ -1634,7 +1634,6 @@ sub emit {
 
 sub print_version {
     printf("clive %s.  Copyright (c) 2007-2009 Toni Gundogdu.\n",VERSION);
-
     my $perl_v      = sprintf "%vd", $^V;
     printf("--with-perl=%s-%s ",$perl_v,$^O);
     my $i = 0;
@@ -1644,7 +1643,8 @@ sub print_version {
             if (++$i % 2 == 0)
     }
     print "\nclive is licensed under the ISC license which is functionally\n"
-        . "equivalent to the 2-clause BSD licence.\n";
+        . "equivalent to the 2-clause BSD licence.\n"
+        . "\tReport bugs to <http://code.google.com/p/clive/issues/>.\n";
     exit;
 }
 
-- 
Video extraction utility for YouTube, Google Video and other video sites (Debian packaging)
    
    
More information about the Pkg-perl-cvs-commits
mailing list