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


The following commit has been merged in the master branch:
commit 49ee9c387993ea102f23b7091bcc15b2b3f3cdf9
Author: legatvs <legatvs at gmail.com>
Date:   Fri Jan 30 19:16:55 2009 +0200

    Fixed a typo in Makefile "checks".

diff --git a/Makefile b/Makefile
index 1a604f7..700bf4d 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ checks:
 	@echo `$(PERL) -MXML::Simple -e "print 'ok'" 2>/dev/null || \
         echo 'NO'`
 	@echo -n WWW::Curl 4.05+ ...
-	@echo `$(PERL) -e "use WWW::Curl 4.06; print 'ok'" 2>/dev/null || \
+	@echo `$(PERL) -e "use WWW::Curl 4.05; print 'ok'" 2>/dev/null || \
         echo 'NO'`
 	@echo -n HTML::TokeParser ...
 	@echo `$(PERL) -MHTML::TokeParser -e "print 'ok'" 2>/dev/null || \

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



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