r6706 - /scripts/qa/versioncheck2.pl

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Aug 16 06:36:09 UTC 2007


Author: dmn
Date: Thu Aug 16 06:36:09 2007
New Revision: 6706

URL: http://svn.debian.org/wsvn/?sc=1&rev=6706
Log:
Some http directories return HTML in upper case. add /i to the matching code

Modified:
    scripts/qa/versioncheck2.pl

Modified: scripts/qa/versioncheck2.pl
URL: http://svn.debian.org/wsvn/scripts/qa/versioncheck2.pl?rev=6706&op=diff
==============================================================================
--- scripts/qa/versioncheck2.pl (original)
+++ scripts/qa/versioncheck2.pl Thu Aug 16 06:36:09 2007
@@ -378,7 +378,7 @@
 
                 if( $dir =~ /^http/ )
                 {
-                    while( s/<a [^>]*href="([^"]+)"[^>]*>// )
+                    while( s/<a [^>]*href="([^"]+)"[^>]*>//i )
                     {
                         my $href = $1;
                         push @vers, [




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