]> git.pld-linux.org Git - packages/pldcpan.git/commitdiff
- allow version to start with v, as in v1.01
authorradek <radek@pld-linux.org>
Fri, 12 Dec 2008 11:10:54 +0000 (11:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pldcpan.pl -> 1.56

pldcpan.pl

index a4fc654fa4e0920e3e0065a06129bc6596d3f923..79114aa017e7ba7db600139dd7cf12f767b45376 100644 (file)
@@ -111,7 +111,7 @@ sub test_directory {
                  )?
                )
                -
-               (\d[\d._-]*[a-z]?\d*)
+               v?(\d[\d._-]*[a-z]?\d*)
                /*$ #ix
          )
        {
This page took 0.053988 seconds and 4 git commands to generate.