Acme-CPANModules-ConvertingRadix
view release on metacpan or search on metacpan
lib/Acme/CPANModules/ConvertingRadix.pm view on Meta::CPAN
package Acme::CPANModules::ConvertingRadix;
use strict;
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-08-06'; # DATE
our $DIST = 'Acme-CPANModules-ConvertingRadix'; # DIST
our $VERSION = '0.002'; # VERSION
our $LIST = {
summary => 'List of modules to convert the radix (base) of a number from one to another',
entries => [
{
module=>'Math::Numseq::RadixConversion',
description=><<'_',
The list of dependencies seem too much for a simple task: from
<pm:Module::Pluggable> to <pm:File::HomeDir>, <pm:Module::Util>, and so on.
This is because the module is part of the distribution of a large family of
Math::Numseq::* modules.
_
},
{
module=>'Number::AnyBase',
description=><<'_',
Has one non-core dependency: <pm:Class::Accessor::Faster>.
_
},
{
module=>'Math::NumberBase',
description=><<'_',
No non-core dependency. The OO interface annoys me slightly.
_
},
],
};
1;
# ABSTRACT: List of modules to convert the radix (base) of a number from one to another
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::ConvertingRadix - List of modules to convert the radix (base) of a number from one to another
=head1 VERSION
This document describes version 0.002 of Acme::CPANModules::ConvertingRadix (from Perl distribution Acme-CPANModules-ConvertingRadix), released on 2023-08-06.
=head1 ACME::CPANMODULES ENTRIES
=over
=item L<Math::Numseq::RadixConversion>
The list of dependencies seem too much for a simple task: from
L<Module::Pluggable> to L<File::HomeDir>, L<Module::Util>, and so on.
This is because the module is part of the distribution of a large family of
Math::Numseq::* modules.
=item L<Number::AnyBase>
Author: L<EMAZEP|https://metacpan.org/author/EMAZEP>
Has one non-core dependency: L<Class::Accessor::Faster>.
=item L<Math::NumberBase>
Author: L<YEHEZKIEL|https://metacpan.org/author/YEHEZKIEL>
No non-core dependency. The OO interface annoys me slightly.
=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 ConvertingRadix
Alternatively you can use the L<cpanmodules> CLI (from L<App::cpanmodules>
distribution):
% cpanmodules ls-entries ConvertingRadix | cpanm -n
or L<Acme::CM::Get>:
( run in 1.585 second using v1.01-cache-2.11-cpan-56fb94df46f )