[svn] r5364 - trunk/tools/dar
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Fri May 4 03:45:34 CEST 2007
Author: dag
Date: 2007-05-04 03:45:33 +0200 (Fri, 04 May 2007)
New Revision: 5364
Modified:
trunk/tools/dar/dar-perl.py
Log:
Added important TODO item
Modified: trunk/tools/dar/dar-perl.py
===================================================================
--- trunk/tools/dar/dar-perl.py 2007-05-04 01:35:06 UTC (rev 5363)
+++ trunk/tools/dar/dar-perl.py 2007-05-04 01:45:33 UTC (rev 5364)
@@ -4,6 +4,7 @@
### for Perl modules.
### TODO:
+### - Check that module name is distribution !!
### - Improve docfiles handling (case-insensitive matching, deflates list)
### - Get License based on availability of files (LICENSE, Artistic)
### - Get dependencies from META.yml if available
@@ -119,7 +120,6 @@
if m:
l = m.groups()
version = l[0]
-# print >>sys.stdout, "sdistname != cdistname"
### Try to download distribution
archive = os.path.join('/dar/tmp', cdistname)
More information about the svn-commits
mailing list