Acme-CPANModules-WorkingWithURL

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/WorkingWithURL.pm  view on Meta::CPAN

package Acme::CPANModules::WorkingWithURL;

use strict;
use Acme::CPANModulesUtil::Misc;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2022-03-18'; # DATE
our $DIST = 'Acme-CPANModules-WorkingWithURL'; # DIST
our $VERSION = '0.002'; # VERSION

my $text = <<'_';
**Parsing**

<pm:URI>, the venerable module.

<pm:URI::Info> extracts things from URL.

For specific CPAN-related URLs, there are <pm:CPAN::Info::FromURL>,
<pm:CPAN::Release::FromURL>, <pm:CPAN::Author::FromURL>,
<pm:CPAN::Dist::FromURL>, <pm:CPAN::Module::FromURL>.

<pm:HTML::LinkExtor> extracts links from HTML document.


**Matching with regex**

<pm:Regexp::Common::URI>, <pm:Regexp::Pattern::URI>


** CLIs

<pm:App::grep::url> (contains CLI <prog:grep-url>) greps URLs in lines of text.

_

our $LIST = {
    summary => 'List of modules to work with URL',
    description => $text,
    tags => ['task'],
};

Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;

1;
# ABSTRACT: List of modules to work with URL

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::WorkingWithURL - List of modules to work with URL

=head1 VERSION

This document describes version 0.002 of Acme::CPANModules::WorkingWithURL (from Perl distribution Acme-CPANModules-WorkingWithURL), released on 2022-03-18.

=head1 DESCRIPTION

B<Parsing>

L<URI>, the venerable module.

L<URI::Info> extracts things from URL.

For specific CPAN-related URLs, there are L<CPAN::Info::FromURL>,
L<CPAN::Release::FromURL>, L<CPAN::Author::FromURL>,
L<CPAN::Dist::FromURL>, L<CPAN::Module::FromURL>.

L<HTML::LinkExtor> extracts links from HTML document.

B<Matching with regex>

L<Regexp::Common::URI>, L<Regexp::Pattern::URI>

** CLIs

L<App::grep::url> (contains CLI L<grep-url>) greps URLs in lines of text.

=head1 ACME::CPANMODULES ENTRIES

=over

=item * L<URI> - Uniform Resource Identifiers (absolute and relative)

Author: L<OALDERS|https://metacpan.org/author/OALDERS>

=item * L<URI::Info> - Extract various information from a URI (URL)

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<CPAN::Info::FromURL> - Extract/guess information from a URL

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<CPAN::Release::FromURL> - Extract CPAN release (tarball) name from a URL

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<CPAN::Author::FromURL> - Extract CPAN author from a URL

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<CPAN::Dist::FromURL> - Extract CPAN distribution name from a URL

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<CPAN::Module::FromURL> - Extract/guess CPAN module from a URL



( run in 0.329 second using v1.01-cache-2.11-cpan-501a3233654 )