liburi-normalize-perl 0.002-2 source package in Ubuntu

Changelog

liburi-normalize-perl (0.002-2) unstable; urgency=medium

  * Team upload.
  * Source-only re-upload.
  * Set upstream metadata fields: Bug-Submit, Repository.

 -- gregor herrmann <email address hidden>  Tue, 22 Sep 2020 16:37:26 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liburi-normalize-perl_0.002-2.dsc 2.4 KiB ed316442c170036d910c74de100ee04673e12d1f807a87d34a9522376137268d
liburi-normalize-perl_0.002.orig.tar.gz 10.6 KiB e08b96b53f45bc2e4b1ffb1eddbbf85ae89e6177c7ad79ea112a2b92040b1e83
liburi-normalize-perl_0.002-2.debian.tar.xz 1.7 KiB 3f524941d9d04d55063b0ece68f3a5299bdabe29da09dbdec90167af282864ff

No changes file available.

Binary packages built by this source

liburi-normalize-perl: Perl module to normalize URI paths

 Section 6 of RFC 3986 describes a process of URI normalization. URI::Normalize
 implements syntax-based normalization and may include some schema-based and
 protocol-based normalization. This includes implementing the
 remove_dot_segments algorithm described in Section 5.2.3 of the RFC.
 .
 This has a number of useful applications in allowing URIs to be compared with
 fewer false negatives.