-
-
09 May 2022 00:05:43 UTC
- Distribution: App-lcpan
- Module version: 1.070
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (1)
- Testers (113 / 7 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (191.58KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 2 contributors-
Norbert Csongradi
-
Steven Haryanto
- Dependencies
- App::ShellCompleter::cpanm
- App::cpanm::script
- Archive::Extract
- Archive::Tar
- Archive::Zip
- Browser::Open
- CPAN::Mini
- Clone::Util
- Compiler::Lexer
- Complete::File
- Complete::Util
- DBD::SQLite
- DBI
- DBIx::UpdateTable::FromHoH
- DBIx::Util::Schema
- Data::Sah::Coerce::perl::To_date::From_float::epoch
- Data::Sah::Coerce::perl::To_date::From_obj::datetime
- Data::Sah::Coerce::perl::To_date::From_obj::time_moment
- Data::Sah::Coerce::perl::To_date::From_str::iso8601
- Data::Sah::Coerce::perl::To_date::From_str::natural
- Data::Sah::Coerce::perl::To_str::From_str::normalize_perl_distname
- Data::Sah::Compiler::perl::TH::array
- Data::Sah::Compiler::perl::TH::bool
- Data::Sah::Compiler::perl::TH::date
- Data::Sah::Compiler::perl::TH::int
- Data::Sah::Compiler::perl::TH::re
- Data::Sah::Compiler::perl::TH::str
- Data::Sah::Filter::perl::Path::expand_tilde
- Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix
- Data::Sah::Filter::perl::Path::strip_slashes
- Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix
- Data::Sah::Filter::perl::Perl::normalize_perl_modname
- Data::TableData::Rank
- Encode
- Exporter
- File::Copy
- File::HomeDir
- File::ShareDir
- File::Slurper
- File::Temp
- File::Util::Tempdir
- File::Which
- Function::Fallback::CoreOrPP
- HTTP::Response
- Hash::Subset
- IO::Compress::Gzip
- IO::Prompt::I18N
- IPC::System::Options
- JSON::PP
- LWP::Protocol::Patch::CountBytesIn
- LWP::UserAgent::Plugin
- LWP::UserAgent::Plugin::Retry
- List::Util
- Log::ger
- Logfile::Rotate
- Module::CoreList::More
- Module::List::Tiny
- Module::XSOrPP
- Number::Format::Metric
- OrePAN
- POSIX
- Parse::CPAN::Meta
- Perinci::CmdLine::Any
- Perinci::CmdLine::Util::Config
- Perinci::CmdLineX::CommonOptions::SelfUpgrade
- Perinci::Object
- Perinci::Result::Format::Lite
- Perinci::Sub::DepChecker
- PerlIO::gzip
- Pod::Simple::Methody
- Proc::ChildError
- SQL::Schema::Versioned
- Sah::Schema::dirname
- Sah::Schema::filename
- Sah::Schema::filename::unix
- Sah::Schema::perl::distname
- Sah::Schema::perl::distname_with_optional_ver
- Sah::Schema::perl::modname
- Sah::Schema::posint
- Sah::Schema::true
- Sah::Schema::uint
- Text::Table::Org
- Version::Util
- experimental
- parent
- strict
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
App::lcpan::Cmd::mod2dist - Get distribution name of module(s)
VERSION
This document describes version 1.070 of App::lcpan::Cmd::mod2dist (from Perl distribution App-lcpan), released on 2022-03-27.
FUNCTIONS
handle_cmd
Usage:
handle_cmd(%args) -> [$status_code, $reason, $payload, \%result_meta]
Get distribution name of module(s).
This function is not exported.
Arguments ('*' denotes required arguments):
cpan => dirname
Location of your local CPAN mirror, e.g. /path/to/cpan.
Defaults to
~/cpan
.index_name => filename (default: "index.db")
Filename of index.
If
index_name
is a filename without any path, e.g.index.db
then index will be located in the top-level ofcpan
. Ifindex_name
contains a path, e.g../index.db
or/home/ujang/lcpan.db
then the index will be located solely using theindex_name
.modules* => array[perl::modname]
use_bootstrap => bool (default: 1)
Whether to use bootstrap database from App-lcpan-Bootstrap.
If you are indexing your private CPAN-like repository, you want to turn this off.
Returns an enveloped result (an array).
First element ($status_code) is an integer containing HTTP-like status code (200 means OK, 4xx caller error, 5xx function error). Second element ($reason) is a string containing error message, or something like "OK" if status is 200. Third element ($payload) is the actual result, but usually not present when enveloped result is an error response ($status_code is not 2xx). Fourth element (%result_meta) is called result metadata and is optional, a hash that contains extra information, much like how HTTP response headers provide additional metadata.
Return value: (any)
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/App-lcpan.
SOURCE
Source repository is at https://github.com/perlancar/perl-App-lcpan.
AUTHOR
perlancar <perlancar@cpan.org>
CONTRIBUTING
To contribute, you can send patches by email/via RT, or send pull requests on GitHub.
Most of the time, you don't need to build the distribution yourself. You can simply modify the code, then test via:
% prove -l
If you want to build the distribution (e.g. to try to install it locally on your system), you can install Dist::Zilla, Dist::Zilla::PluginBundle::Author::PERLANCAR, and sometimes one or two other Dist::Zilla plugin and/or Pod::Weaver::Plugin. Any additional steps required beyond that are considered a bug and can be reported to me.
COPYRIGHT AND LICENSE
This software is copyright (c) 2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015 by perlancar <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.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-lcpan
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.
Module Install Instructions
To install App::lcpan, copy and paste the appropriate command in to your terminal.
cpanm App::lcpan
perl -MCPAN -e shell install App::lcpan
For more information on module installation, please visit the detailed CPAN module installation guide.