r37646 - in /website: howto/adopt.pod policy.pod

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 6 00:35:17 UTC 2009


Author: gregoa
Date: Sat Jun  6 00:35:13 2009
New Revision: 37646

URL: http://svn.debian.org/wsvn/?sc=1&rev=37646
Log:
docs: use the same regexp for watch file as dh-make-perl (i.e. allow "-" and end with "$"

Modified:
    website/howto/adopt.pod
    website/policy.pod

Modified: website/howto/adopt.pod
URL: http://svn.debian.org/wsvn/website/howto/adopt.pod?rev=37646&op=diff
==============================================================================
--- website/howto/adopt.pod (original)
+++ website/howto/adopt.pod Sat Jun  6 00:35:13 2009
@@ -105,7 +105,7 @@
 Create a new or check an existing F<debian/watch> file.
 Whenever possible, please use a dist-based URL, such as
 
-   http://search.cpan.org/dist/Foo-Bar/   .*/Foo-Bar-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+   http://search.cpan.org/dist/Foo-Bar/   .*/Foo-Bar-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
 
 instead of pointing to the module or author directories in CPAN, or in external repositories. [*]
 

Modified: website/policy.pod
URL: http://svn.debian.org/wsvn/website/policy.pod?rev=37646&op=diff
==============================================================================
--- website/policy.pod (original)
+++ website/policy.pod Sat Jun  6 00:35:13 2009
@@ -143,7 +143,7 @@
 
  version=3
  # URL to the package page followed by a regex to search
- http://search.cpan.org/dist/Foo-Bar/   .*/Foo-Bar-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+ http://search.cpan.org/dist/Foo-Bar/   .*/Foo-Bar-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
 
 (Scanning the distribution-based CPAN URLs is usually much faster than
 scanning /(by-)module/ ones; author-based URLs become invalid as soon as




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