r62291 - in /trunk/liburi-perl: Changes META.yml URI.pm URI/Escape.pm URI/file.pm debian/changelog debian/control debian/copyright t/escape.t t/iri.t t/old-base.t

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Fri Sep 3 11:54:46 UTC 2010


Author: angelabad-guest
Date: Fri Sep  3 11:54:30 2010
New Revision: 62291

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62291
Log:
* New upstream release
* Add myself to Uploaders
* Update copyright file
* Bump Standards-Version to 3.9.1 (no changes)

Modified:
    trunk/liburi-perl/Changes
    trunk/liburi-perl/META.yml
    trunk/liburi-perl/URI.pm
    trunk/liburi-perl/URI/Escape.pm
    trunk/liburi-perl/URI/file.pm
    trunk/liburi-perl/debian/changelog
    trunk/liburi-perl/debian/control
    trunk/liburi-perl/debian/copyright
    trunk/liburi-perl/t/escape.t
    trunk/liburi-perl/t/iri.t
    trunk/liburi-perl/t/old-base.t

Modified: trunk/liburi-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/Changes?rev=62291&op=diff
==============================================================================
--- trunk/liburi-perl/Changes (original)
+++ trunk/liburi-perl/Changes Fri Sep  3 11:54:30 2010
@@ -1,3 +1,16 @@
+2010-09-01   Gisle Aas <gisle at ActiveState.com>
+
+   Release 1.55
+
+   Gisle Aas (2):
+      Treat ? as a reserved character in file: URIs
+      " is not a URI character [RT#56421]
+
+   Torsten F<C3><B6>rtsch (1):
+      Avoid test failure unless defined $Config{useperlio}
+
+
+
 2010-03-31   Gisle Aas <gisle at ActiveState.com>
 
    Release 1.54

Modified: trunk/liburi-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/META.yml?rev=62291&op=diff
==============================================================================
--- trunk/liburi-perl/META.yml (original)
+++ trunk/liburi-perl/META.yml Fri Sep  3 11:54:30 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               URI
-version:            1.54
+version:            1.55
 abstract:           Uniform Resource Identifiers (absolute and relative)
 author:
     - Gisle Aas <gisle at activestate.com>
@@ -20,7 +20,7 @@
     directory:
         - t
         - inc
-generated_by:       ExtUtils::MakeMaker version 6.55_02
+generated_by:       ExtUtils::MakeMaker version 6.56
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4

Modified: trunk/liburi-perl/URI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/URI.pm?rev=62291&op=diff
==============================================================================
--- trunk/liburi-perl/URI.pm (original)
+++ trunk/liburi-perl/URI.pm Fri Sep  3 11:54:30 2010
@@ -2,7 +2,7 @@
 
 use strict;
 use vars qw($VERSION);
-$VERSION = "1.54";
+$VERSION = "1.55";
 
 use vars qw($ABS_REMOTE_LEADING_DOTS $ABS_ALLOW_RELATIVE_SCHEME $DEFAULT_QUERY_FORM_DELIMITER);
 

Modified: trunk/liburi-perl/URI/Escape.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/URI/Escape.pm?rev=62291&op=diff
==============================================================================
--- trunk/liburi-perl/URI/Escape.pm (original)
+++ trunk/liburi-perl/URI/Escape.pm Fri Sep  3 11:54:30 2010
@@ -159,7 +159,7 @@
 
 my %Unsafe = (
     RFC2732 => qr/[^A-Za-z0-9\-_.!~*'()]/,
-    RFC3986 => qr/[^A-Za-z0-9\-\._~"]/,
+    RFC3986 => qr/[^A-Za-z0-9\-\._~]/,
 );
 
 sub uri_escape

Modified: trunk/liburi-perl/URI/file.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/URI/file.pm?rev=62291&op=diff
==============================================================================
--- trunk/liburi-perl/URI/file.pm (original)
+++ trunk/liburi-perl/URI/file.pm Fri Sep  3 11:54:30 2010
@@ -37,7 +37,6 @@
     $class;
 }
 
-sub path { shift->path_query(@_) }
 sub host { uri_unescape(shift->authority(@_)) }
 
 sub new

Modified: trunk/liburi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/debian/changelog?rev=62291&op=diff
==============================================================================
--- trunk/liburi-perl/debian/changelog (original)
+++ trunk/liburi-perl/debian/changelog Fri Sep  3 11:54:30 2010
@@ -1,3 +1,12 @@
+liburi-perl (1.55-1) unstable; urgency=low
+
+  * New upstream release
+  * Add myself to Uploaders
+  * Update copyright file
+  * Bump Standards-Version to 3.9.1 (no changes)
+
+ -- Angel Abad <angelabad at gmail.com>  Fri, 03 Sep 2010 13:54:04 +0200
+
 liburi-perl (1.54-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/liburi-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/debian/control?rev=62291&op=diff
==============================================================================
--- trunk/liburi-perl/debian/control (original)
+++ trunk/liburi-perl/debian/control Fri Sep  3 11:54:30 2010
@@ -7,8 +7,9 @@
 Uploaders: Stefan Hornburg (Racke) <racke at linuxia.de>,
  Kees Cook <kees at outflux.net>, Rene Mayorga <rmayorga at debian.org.sv>,
  Ryan Niebur <ryan at debian.org>, Iulian Udrea <iulian at ubuntu.com>,
- Jonathan Yu <jawnsy at cpan.org>, gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.8.4
+ Jonathan Yu <jawnsy at cpan.org>, gregor herrmann <gregoa at debian.org>,
+ Angel Abad <angelabad at gmail.com>
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/URI/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liburi-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liburi-perl/

Modified: trunk/liburi-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/debian/copyright?rev=62291&op=diff
==============================================================================
--- trunk/liburi-perl/debian/copyright (original)
+++ trunk/liburi-perl/debian/copyright Fri Sep  3 11:54:30 2010
@@ -1,4 +1,4 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
 Maintainer: Gisle Aas <gisle at activestate.com>
 Source: http://search.cpan.org/dist/URI/
 Name: URI
@@ -10,11 +10,11 @@
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2009-2010, Jonathan Yu <jawnsy at cpan.org>
- 2009, Iulian Udrea <iulian at ubuntu.com>
+Copyright: 1999-2001, John Goerzen <jgoerzen at complete.org>
+ 2001-2007, Stefan Hornburg (Racke) <racke at linuxia.de>
  2008, Kees Cook <kees at outflux.net>
- 2001-2007, Stefan Hornburg (Racke) <racke at linuxia.de>
- 1999-2001, John Goerzen <jgoerzen at complete.org>
+ 2009-2010, Jonathan Yu <jawnsy at cpan.org>
+ 2010, Angel Abad <angelabad at gmail.com>
  2010, gregor herrmann <gregoa at debian.org>
 License: Artistic or GPL-1+
 
@@ -23,7 +23,7 @@
  it under the terms of the Artistic License, which comes with Perl.
  .
  On Debian GNU/Linux systems, the complete text of the Artistic License
- can be found in `/usr/share/common-licenses/Artistic'
+ can be found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
  This program is free software; you can redistribute it and/or modify
@@ -31,5 +31,5 @@
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'
+ On Debian GNU/Linux systems, the complete text of version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/liburi-perl/t/escape.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/t/escape.t?rev=62291&op=diff
==============================================================================
--- trunk/liburi-perl/t/escape.t (original)
+++ trunk/liburi-perl/t/escape.t Fri Sep  3 11:54:30 2010
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 11;
+use Test::More tests => 12;
 
 use URI::Escape;
 
@@ -13,6 +13,7 @@
 
 # New escapes in RFC 3986
 is uri_escape("~*'()"), "~%2A%27%28%29";
+is uri_escape("<\">"), "%3C%22%3E";
 
 is uri_escape(undef), undef;
 

Modified: trunk/liburi-perl/t/iri.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/t/iri.t?rev=62291&op=diff
==============================================================================
--- trunk/liburi-perl/t/iri.t (original)
+++ trunk/liburi-perl/t/iri.t Fri Sep  3 11:54:30 2010
@@ -2,7 +2,14 @@
 
 use utf8;
 use strict;
-use Test::More tests => 26;
+use Test::More;
+use Config;
+
+if (defined $Config{useperlio}) {
+    plan tests=>26;
+} else {
+    plan skip_all=>'this perl doesn\'t support PerlIO layers';
+}
 
 use URI;
 use URI::IRI;

Modified: trunk/liburi-perl/t/old-base.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/t/old-base.t?rev=62291&op=diff
==============================================================================
--- trunk/liburi-perl/t/old-base.t (original)
+++ trunk/liburi-perl/t/old-base.t Fri Sep  3 11:54:30 2010
@@ -205,7 +205,7 @@
 
 	'file://host/fseg/fs?g/fseg'
 	# don't escape ? for file: scheme
-	=> {    'host'=>'host', 'path'=>'/fseg/fs?g/fseg',
+	=> {    'host'=>'host', 'path'=>'/fseg/fs',
 		'as_string'=>'file://host/fseg/fs?g/fseg' },
 
 	'gopher://host'
@@ -931,7 +931,7 @@
 	 ["abc",         "file:/test?aas", "file:/abc"],
 #	 ["gopher:",     "",               "gopher:"],
 #	 ["?foo",        "http://abc/a",   "http://abc/a?foo"],
-	 ["?foo",        "file:/abc",      "file:/?foo"],
+         ["?foo",        "file:/abc",      "file:/abc?foo"],
 	 ["#foo",        "http://abc/a",   "http://abc/a#foo"],
 	 ["#foo",        "file:a",         "file:a#foo"],
 	 ["#foo",        "file:/a",         "file:/a#foo"],




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