Acme-CPANModules-WorkingWithURL

 view release on metacpan or  search on metacpan

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


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

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

=item * L<HTML::LinkExtor> - Extract links from an HTML document

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

=item * L<Regexp::Common::URI>

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

=item * L<Regexp::Pattern::URI> - Regexp patterns related to URI

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

=item * L<App::grep::url> - Print lines having URL(s) (optionally of certain criteria) in them

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

=back

=head1 FAQ

=head2 What is an Acme::CPANModules::* module?

An Acme::CPANModules::* module, like this module, contains just a list of module
names that share a common characteristics. It is a way to categorize modules and
document CPAN. See L<Acme::CPANModules> for more details.

=head2 What are ways to use this Acme::CPANModules module?

Aside from reading this Acme::CPANModules module's POD documentation, you can
install all the listed modules (entries) using L<cpanm-cpanmodules> script (from
L<App::cpanm::cpanmodules> distribution):

 % cpanm-cpanmodules -n WorkingWithURL

Alternatively you can use the L<cpanmodules> CLI (from L<App::cpanmodules>
distribution):

    % cpanmodules ls-entries WorkingWithURL | cpanm -n

or L<Acme::CM::Get>:

    % perl -MAcme::CM::Get=WorkingWithURL -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n

or directly:

    % perl -MAcme::CPANModules::WorkingWithURL -E'say $_->{module} for @{ $Acme::CPANModules::WorkingWithURL::LIST->{entries} }' | cpanm -n

This Acme::CPANModules module also helps L<lcpan> produce a more meaningful
result for C<lcpan related-mods> command when it comes to finding related
modules for the modules listed in this Acme::CPANModules module.
See L<App::lcpan::Cmd::related_mods> for more details on how "related modules"
are found.

=head1 HOMEPAGE

Please visit the project's homepage at L<https://metacpan.org/release/Acme-CPANModules-WorkingWithURL>.



( run in 0.929 second using v1.01-cache-2.11-cpan-39bf76dae61 )