r41870 - in /branches/upstream/liburi-perl/current: Changes MANIFEST META.yml URI.pm rfc2396.txt t/heuristic.t

iulian-guest at users.alioth.debian.org iulian-guest at users.alioth.debian.org
Fri Aug 14 22:45:22 UTC 2009


Author: iulian-guest
Date: Fri Aug 14 22:45:17 2009
New Revision: 41870

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41870
Log:
[svn-upgrade] Integrating new upstream version, liburi-perl (1.40+dfsg)

Removed:
    branches/upstream/liburi-perl/current/rfc2396.txt
Modified:
    branches/upstream/liburi-perl/current/Changes
    branches/upstream/liburi-perl/current/MANIFEST
    branches/upstream/liburi-perl/current/META.yml
    branches/upstream/liburi-perl/current/URI.pm
    branches/upstream/liburi-perl/current/t/heuristic.t

Modified: branches/upstream/liburi-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liburi-perl/current/Changes?rev=41870&op=diff
==============================================================================
--- branches/upstream/liburi-perl/current/Changes (original)
+++ branches/upstream/liburi-perl/current/Changes Fri Aug 14 22:45:17 2009
@@ -1,3 +1,11 @@
+2009-08-14   Gisle Aas <gisle at ActiveState.com>
+
+   Release 1.40
+
+   Even stricter test for working DNS, 2nd try.
+
+
+
 2009-08-13   Gisle Aas <gisle at ActiveState.com>
 
    Release 1.39

Modified: branches/upstream/liburi-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liburi-perl/current/MANIFEST?rev=41870&op=diff
==============================================================================
--- branches/upstream/liburi-perl/current/MANIFEST (original)
+++ branches/upstream/liburi-perl/current/MANIFEST Fri Aug 14 22:45:17 2009
@@ -51,7 +51,6 @@
 URI/urn.pm
 URI/urn/isbn.pm
 URI/urn/oid.pm
-rfc2396.txt
 t/abs.t
 t/clone.t
 t/cwd.t

Modified: branches/upstream/liburi-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liburi-perl/current/META.yml?rev=41870&op=diff
==============================================================================
--- branches/upstream/liburi-perl/current/META.yml (original)
+++ branches/upstream/liburi-perl/current/META.yml Fri Aug 14 22:45:17 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               URI
-version:            1.39
+version:            1.40
 abstract:           Uniform Resource Identifiers (absolute and relative)
 author:
     - Gisle Aas <gisle at activestate.com>

Modified: branches/upstream/liburi-perl/current/URI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liburi-perl/current/URI.pm?rev=41870&op=diff
==============================================================================
--- branches/upstream/liburi-perl/current/URI.pm (original)
+++ branches/upstream/liburi-perl/current/URI.pm Fri Aug 14 22:45:17 2009
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = "1.39";
+$VERSION = "1.40";
 
 use vars qw($ABS_REMOTE_LEADING_DOTS $ABS_ALLOW_RELATIVE_SCHEME $DEFAULT_QUERY_FORM_DELIMITER);
 

Modified: branches/upstream/liburi-perl/current/t/heuristic.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liburi-perl/current/t/heuristic.t?rev=41870&op=diff
==============================================================================
--- branches/upstream/liburi-perl/current/t/heuristic.t (original)
+++ branches/upstream/liburi-perl/current/t/heuristic.t Fri Aug 14 22:45:17 2009
@@ -41,7 +41,7 @@
 }
 print "ok 5\n";
 
-if (gethostbyname("www.perl.com") && gethostbyname("www.perl.org.uk") && !gethostbyname("perl.bv")) {
+if (gethostbyname("www.perl.com") && gethostbyname("www.perl.co.uk") && !gethostbyname("www.perl.bv")) {
     # DNS work, lets run test 6..8
 
     $URI::Heuristic::MY_COUNTRY = "bv";




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