[liburi-perl] branch master updated (f5648ce -> 6a8ee3b)

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Jan 11 02:09:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch master
in repository liburi-perl.

      from  f5648ce   releasing package liburi-perl version 1.69-1
      adds  23d01eb   Localize $@ when evaling
      adds  37dc0db   reproduction case for PR#30 fix
      adds  bb54ec5   Changes entry for PR#30
      adds  878a2a6   saving/restoring $@ is faster than localizing if done more than twice
      adds  114f948   optimization: do not repeatedly try to load the same non-existent URI subclass
      adds  8f71771   bump version to 1.70_001
      adds  cfc5474   release prep for 1.70_001
      adds  4106e3f   bump version to 1.71
      adds  c6b1466   release commit for 1.71
      adds  418d4a2   Imported Upstream version 1.71
       new  e75375d   Merge tag 'upstream/1.71'
       new  60ec70d   Update debian/changelog
       new  6a8ee3b   Releasing liburi-perl version 1.71-1

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes               | 20 ++++++++++++++++++++
 MANIFEST              |  1 +
 META.json             |  5 ++---
 META.yml              |  7 +++----
 debian/changelog      |  7 +++++++
 lib/URI.pm            | 14 ++++++++++----
 lib/URI/IRI.pm        |  3 ++-
 lib/URI/QueryParam.pm |  3 ++-
 lib/URI/Split.pm      |  3 ++-
 lib/URI/_foreign.pm   |  3 ++-
 lib/URI/_generic.pm   |  3 ++-
 lib/URI/_idna.pm      |  3 ++-
 lib/URI/_ldap.pm      |  3 ++-
 lib/URI/_login.pm     |  3 ++-
 lib/URI/_punycode.pm  |  3 ++-
 lib/URI/_query.pm     |  3 ++-
 lib/URI/_segment.pm   |  3 ++-
 lib/URI/_server.pm    |  3 ++-
 lib/URI/_userpass.pm  |  3 ++-
 lib/URI/data.pm       |  3 ++-
 lib/URI/file/Base.pm  |  3 ++-
 lib/URI/file/FAT.pm   |  3 ++-
 lib/URI/file/Mac.pm   |  3 ++-
 lib/URI/file/OS2.pm   |  3 ++-
 lib/URI/file/QNX.pm   |  3 ++-
 lib/URI/file/Unix.pm  |  3 ++-
 lib/URI/file/Win32.pm |  3 ++-
 lib/URI/ftp.pm        |  3 ++-
 lib/URI/gopher.pm     |  3 ++-
 lib/URI/http.pm       |  3 ++-
 lib/URI/https.pm      |  3 ++-
 lib/URI/ldap.pm       |  3 ++-
 lib/URI/ldapi.pm      |  3 ++-
 lib/URI/ldaps.pm      |  3 ++-
 lib/URI/mailto.pm     |  3 ++-
 lib/URI/mms.pm        |  3 ++-
 lib/URI/news.pm       |  3 ++-
 lib/URI/nntp.pm       |  3 ++-
 lib/URI/pop.pm        |  3 ++-
 lib/URI/rlogin.pm     |  3 ++-
 lib/URI/rsync.pm      |  3 ++-
 lib/URI/rtsp.pm       |  3 ++-
 lib/URI/rtspu.pm      |  3 ++-
 lib/URI/sftp.pm       |  3 ++-
 lib/URI/sip.pm        |  3 ++-
 lib/URI/sips.pm       |  3 ++-
 lib/URI/snews.pm      |  3 ++-
 lib/URI/ssh.pm        |  3 ++-
 lib/URI/telnet.pm     |  3 ++-
 lib/URI/tn3270.pm     |  3 ++-
 lib/URI/urn.pm        | 14 ++++++++++----
 lib/URI/urn/oid.pm    |  3 ++-
 t/scheme-exceptions.t | 16 ++++++++++++++++
 53 files changed, 159 insertions(+), 60 deletions(-)
 create mode 100644 t/scheme-exceptions.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liburi-perl.git



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