[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:29 UTC 2009


The following commit has been merged in the master branch:
commit 5a0e59780fa7d5fe0e7d784364d272121d5013e1
Author: legatvs <legatvs at gmail.com>
Date:   Sun Mar 29 23:17:43 2009 +0300

    Change --version output.

diff --git a/clive b/clive
index df09f82..9c14fb2 100755
--- a/clive
+++ b/clive
@@ -1977,9 +1977,10 @@ sub print_version
 {
     my $perl_v = sprintf("--with-perl=%vd-%s", $^V, $^O);
     my $str = sprintf(
-                      "clive %s.  "
+                      "clive version %s with WWW::Curl version "
+                        . "$WWW::Curl::VERSION.\n"
                         . "Copyright (c) 2007-2009 Toni Gundogdu "
-                        . "<legatvs\@gmail.com>.\n",
+                        . "<legatvs\@gmail.com>.\n\n",
                       VERSION
                      );
     $str .= "$perl_v ";
@@ -1990,9 +1991,9 @@ sub print_version
         $str .= "\n" if (++$i % 2 == 0);
     }
     $str .=
-      "clive is licensed under the ISC license which is functionally\n"
+      "\nclive is licensed under the ISC license which is functionally\n"
       . "equivalent to the 2-clause BSD licence.\n"
-      . "\tReport bugs to <http://code.google.com/p/clive/issues/>.\n";
+      . "\tReport bugs: <http://code.google.com/p/clive/issues/>\n";
     print "$str";
     exit;
 }

-- 
Video extraction utility for YouTube, Google Video and other video sites (Debian packaging)



More information about the Pkg-perl-cvs-commits mailing list