The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:URI::URL"

URI::URL - Uniform Resource Locators River stage five • 1907 direct dependents • 10215 total dependents

This module is provided for backwards compatibility with modules that depend on the interface provided by the "URI::URL" class that used to be distributed with the libwww-perl library. The following differences exist compared to the "URI" class inter...

OALDERS/URI-5.28 - 27 Mar 2024 01:50:38 UTC

URI::URL::AddQueryParam - Add Query Param after HTTP URL River stage zero No dependents

avoid '&/?' things. EXPORT None by default....

CHENGANG/URI-URL-AddQueryParam-0.03 - 29 Jul 2014 08:38:43 UTC

URI::PackageURL - Perl extension for Package URL (aka "purl") River stage one • 1 direct dependent • 1 total dependent

This module converts Package URL components to "purl" string and vice versa. A Package URL (aka "purl") is a URL string used to identify and locate a software package in a mostly universal and uniform way across programing languages, package managers...

GDT/URI-PackageURL-2.20 - 13 May 2024 14:15:58 UTC

URI::VersionRange - Perl extension for Version Range Specification River stage one • 1 direct dependent • 1 total dependent

A version range specifier (aka. "vers") is a URI string using the "vers" URI-scheme with this syntax: vers:<versioning-scheme>/<version-constraint>|<version-constraint>|... "vers" is the URI-scheme and is an acronym for "VErsion Range Specifier". The...

GDT/URI-PackageURL-2.20 - 13 May 2024 14:15:58 UTC

URI::OpenURL - Parse and construct OpenURL's (NISO Z39.88-2004) River stage zero No dependents

This module provides an implementation of OpenURLs encoded as URIs (Key/Encoded-Value (KEV) Format), this forms only a part of the OpenURL spec. It does not check that OpenURLs constructed are sane according to the OpenURL specification (to a large e...

TIMBRODY/URI-OpenURL-0.4.6 - 09 Dec 2005 11:56:56 UTC

URI::PackageURL::App - URL::PackageURL (purl) Command Line Interface River stage one • 1 direct dependent • 1 total dependent

URI::PackageURL::App "Command Line Interface" helper module for "purl-tool(1)". URI::PackageURL->run(@args) Execute the command cli_error($error) Clean error...

GDT/URI-PackageURL-2.20 - 13 May 2024 14:15:58 UTC

URI::PackageURL::Util - Utility for URI::PackageURL River stage one • 1 direct dependent • 1 total dependent

URL::PackageURL::Util is the utility package for URL::PackageURL. $urls = purl_to_urls($purl_string | URI::PackageURL); Converts the given Package URL string or URI::PackageURL instance and return the hash with "repository" and/or "download" URL. NOT...

GDT/URI-PackageURL-2.20 - 13 May 2024 14:15:58 UTC

URI::VersionRange::App - URL::VersionRange (purl) Command Line Interface River stage one • 1 direct dependent • 1 total dependent

URI::VersionRange::App "Command Line Interface" helper module for "vers-tool(1)". URI::VersionRange->run(@args) Execute the command cli_error($error) Clean error...

GDT/URI-PackageURL-2.20 - 13 May 2024 14:15:58 UTC

URI::VersionRange::Version - Version comparator class River stage one • 1 direct dependent • 1 total dependent

This is a base class for the version comparator. NOTE: URI::VersionRange provide out-of-the-box "cpan" type comparator. OBJECT-ORIENTED INTERFACE $v = URI::VersionRange::Version->new( $value ) Create new URI::VersionRange::Version instance using prov...

GDT/URI-PackageURL-2.20 - 13 May 2024 14:15:58 UTC

URI::VersionRange::Constraint - Version Constraint for Version Range Specification River stage one • 1 direct dependent • 1 total dependent

A version range specifier (aka. "vers") is a URI string using the "vers" URI-scheme with this syntax: vers:<versioning-scheme>/<version-constraint>|<version-constraint>|... "vers" is the URI-scheme and is an acronym for "VErsion Range Specifier". The...

GDT/URI-PackageURL-2.20 - 13 May 2024 14:15:58 UTC

URI - Uniform Resource Identifiers (absolute and relative) River stage five • 1907 direct dependents • 10215 total dependents

This module implements the "URI" class. Objects of this class represent "Uniform Resource Identifier references" as specified in RFC 2396 (and updated by RFC 2732). A Uniform Resource Identifier is a compact string of characters that identifies an ab...

OALDERS/URI-5.28 - 27 Mar 2024 01:50:38 UTC

URI::Info - Extract various information from a URI (URL) River stage one • 3 direct dependents • 3 total dependents

This module (and its plugins) will let you extract various information from a piece of URI (URL) string. Keywords: URI parser, URL parser, search string extractor...

PERLANCAR/URI-Info-0.004 - 15 Aug 2023 00:05:17 UTC

URI::Pure - with Internationalized Domain Names (IDN) and Internationalized Resource Identifiers (IRI) support. River stage zero No dependents

URI with Internationalized Domain Names (IDN) and Internationalized Resource Identifiers (IRI) support. Double dot normalization....

KNI/URI-Pure-0.09 - 21 Jun 2019 03:15:21 UTC

Eve::Uri - a URI automation class. River stage zero No dependents

The class provides automation for different common operations with URIs. A URI is automaticaly brought to the canonical form after creation or after using any setter method. Attributes "fragment" a fragment part of the URI. "query" a query string par...

ZINIGOR/Eve-0.06 - 05 May 2014 10:32:37 UTC

Data::Validate::URI - common url validation methods River stage two • 28 direct dependents • 38 total dependents

This module collects common URI validation routines to make input validation, and untainting easier and more readable. All functions return an untainted value if the test passes, and undef if it fails. This means that you should always check for a de...

SONNEN/Data-Validate-URI-0.07 - 19 Jan 2016 16:58:33 UTC

URI::http::Dump - A module to assist in the reverse engineering of URL parameters. River stage zero No dependents

The simplicity of Unix is in the way it treats (most) everything like a file, and this is just a simplicity mechanism so you can treat URIs as a file too via YAML markup, ie, easily manipulate them with a text editor. Say you're trying to reverse eng...

ECARROLL/URI-http-Dump-0.03 - 04 Jun 2008 02:28:41 UTC

URI::Fast - A fast(er) URI parser River stage one • 2 direct dependents • 2 total dependents

"URI::Fast" is a faster alternative to URI. It is written in C and provides basic parsing and modification of a URI. URI is an excellent module; it is battle-tested, robust, and handles many edge cases. As a result, it is rather slower than it would ...

JEFFOBER/URI-Fast-0.55 - 13 Sep 2021 19:43:34 UTC

URI::Find - Find URIs in arbitrary text River stage three • 37 direct dependents • 223 total dependents

This module does one thing: Finds URIs and URLs in plain text. It finds them quickly and it finds them all (or what URI.pm considers a URI to be.) It only finds URIs which include a scheme (http:// or the like), for something a bit less strict have a...

MSCHWERN/URI-Find-20160806 - 06 Aug 2016 20:45:50 UTC

URI::file - URI that maps to local file names River stage five • 1907 direct dependents • 10215 total dependents

The "URI::file" class supports "URI" objects belonging to the *file* URI scheme. This scheme allows us to map the conventional file names found on various computer systems to the URI name space, see RFC 8089 <https://www.rfc-editor.org/rfc/rfc8089.ht...

OALDERS/URI-5.28 - 27 Mar 2024 01:50:38 UTC

URI::Match - Match URLs By Parts River stage one • 1 direct dependent • 1 total dependent

This is a simple utility that adds ability to match URL parts against regular expressions, subroutines, or objects that implement a match() method. Since this module uses loops and method calls, writing up a clever regular expression and using it dir...

DMAKI/URI-Match-0.00001 - 08 Nov 2007 01:44:44 UTC
75 results (0.046 seconds)