SOURCES: pldcpan.pl - allow version to start with v, as in v1.01

radek radek at pld-linux.org
Fri Dec 12 12:11:00 CET 2008


Author: radek                        Date: Fri Dec 12 11:11:00 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- allow version to start with v, as in v1.01

---- Files affected:
SOURCES:
   pldcpan.pl (1.55 -> 1.56) 

---- Diffs:

================================================================
Index: SOURCES/pldcpan.pl
diff -u SOURCES/pldcpan.pl:1.55 SOURCES/pldcpan.pl:1.56
--- SOURCES/pldcpan.pl:1.55	Wed Oct 29 21:52:25 2008
+++ SOURCES/pldcpan.pl	Fri Dec 12 12:10:54 2008
@@ -111,7 +111,7 @@
 		  )?
 		)
 		-
-		(\d[\d._-]*[a-z]?\d*)
+		v?(\d[\d._-]*[a-z]?\d*)
 		/*$ #ix
 	  )
 	{
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/pldcpan.pl?r1=1.55&r2=1.56&f=u



More information about the pld-cvs-commit mailing list