NAME
App::CPANURLUtils - Utilities related to CPAN URLs
VERSION
This document describes version 0.02 of App::CPANURLUtils (from Perl distribution App-CPANURLUtils), released on 2017-03-21.
DESCRIPTION
This distribution contains the following utilities:
FUNCTIONS
url2cpanauthor
Usage:
url2cpanauthor(%args) -> any
Extract CPAN author from URL(s).
This function is not exported.
Arguments ('*' denotes required arguments):
urls* => array[str]
Return value: (any)
url2cpandist
Usage:
url2cpandist(%args) -> any
Extract CPAN distribution from URL(s).
This function is not exported.
Arguments ('*' denotes required arguments):
urls* => array[str]
Return value: (any)
url2cpaninfo
Usage:
url2cpaninfo(%args) -> any
Extract CPAN information from URL(s).
This function is not exported.
Arguments ('*' denotes required arguments):
urls* => array[str]
Return value: (any)
url2cpanmod
Usage:
url2cpanmod(%args) -> any
Extract CPAN module from URL(s).
This function is not exported.
Arguments ('*' denotes required arguments):
urls* => array[str]
Return value: (any)
url2cpanrel
Usage:
url2cpanrel(%args) -> any
Extract CPAN release (tarball) name from URL(s).
This function is not exported.
Arguments ('*' denotes required arguments):
urls* => array[str]
Return value: (any)
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/App-CPANURLUtils.
SOURCE
Source repository is at https://github.com/perlancar/perl-App-CPANURLUtils.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-CPANURLUtils
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017, 2016 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.