r49981 - /trunk/dh-make-perl/TODO

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jan 2 22:16:56 UTC 2010


Author: gregoa
Date: Sat Jan  2 22:16:51 2010
New Revision: 49981

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49981
Log:
add note about extracting version numbers

Modified:
    trunk/dh-make-perl/TODO

Modified: trunk/dh-make-perl/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/TODO?rev=49981&op=diff
==============================================================================
--- trunk/dh-make-perl/TODO (original)
+++ trunk/dh-make-perl/TODO Sat Jan  2 22:16:51 2010
@@ -27,3 +27,8 @@
 * 3.0 source format support for dh-make-perl
 * .examples and .docs are opened with ">>", so on refresh we have duplicated
   entries
+* module versions: if META.yml contains e.g. "v1.002000" for 1.2.0 then
+  extract_name_ver returns exactly "v1.002000" (not good), and extract_basic
+  adds a leading "0" (even worse). we somehow need to get those versions
+  back. or strip the "v". or something. - at least if the tarball is
+  Foo-Bar-v1.2.0.




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