Acme-CPANModules-Parse-UnixConfigs
view release on metacpan or search on metacpan
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.030.
Changes
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README
dist.ini
lib/Acme/CPANModules/Parse/UnixConfigs.pm
t/00-compile.t
t/author-critic.t
t/author-pod-coverage.t
t/author-pod-syntax.t
weaver.ini
{
"abstract" : "List of modules that parse Unix config (or related) files",
"author" : [
"perlancar <perlancar@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Acme-CPANModules-Parse-UnixConfigs",
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"develop" : {
"requires" : {
"Pod::Coverage::TrustPod" : "0",
"Test::Perl::Critic" : "0",
"x_mentions" : {
"Config::Model" : "0",
"Data::SSHPubkey" : "0",
"Parse::Hosts" : "0",
"Parse::Services" : "0",
"Parse::Sums" : "0"
}
}
},
"provides" : {
"Acme::CPANModules::Parse::UnixConfigs" : {
"file" : "lib/Acme/CPANModules/Parse/UnixConfigs.pm",
"version" : "0.002"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANModules-Parse-UnixConfigs"
},
"homepage" : "https://metacpan.org/release/Acme-CPANModules-Parse-UnixConfigs",
"repository" : {
"type" : "git",
"url" : "git://github.com/perlancar/perl-Acme-CPANModules-Parse-UnixConfigs.git",
"web" : "https://github.com/perlancar/perl-Acme-CPANModules-Parse-UnixConfigs"
}
},
"version" : "0.002",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.038000"
},
"plugins" : [
{
"class" : "Dist::Zilla::Plugin::Acme::CPANModules",
---
abstract: 'List of modules that parse Unix config (or related) files'
author:
- 'perlancar <perlancar@cpan.org>'
build_requires:
File::Spec: '0'
IO::Handle: '0'
IPC::Open3: '0'
Test::More: '0'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: Acme-CPANModules-Parse-UnixConfigs
provides:
Acme::CPANModules::Parse::UnixConfigs:
file: lib/Acme/CPANModules/Parse/UnixConfigs.pm
version: '0.002'
requires:
strict: '0'
resources:
bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANModules-Parse-UnixConfigs
homepage: https://metacpan.org/release/Acme-CPANModules-Parse-UnixConfigs
repository: git://github.com/perlancar/perl-Acme-CPANModules-Parse-UnixConfigs.git
version: '0.002'
x_Dist_Zilla:
perl:
version: '5.038000'
plugins:
-
class: Dist::Zilla::Plugin::Acme::CPANModules
name: Acme::CPANModules
version: '0.005'
-
Makefile.PL view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.030.
use strict;
use warnings;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "List of modules that parse Unix config (or related) files",
"AUTHOR" => "perlancar <perlancar\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Acme-CPANModules-Parse-UnixConfigs",
"LICENSE" => "perl",
"NAME" => "Acme::CPANModules::Parse::UnixConfigs",
"PREREQ_PM" => {
"strict" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => 0
},
"VERSION" => "0.002",
NAME
Acme::CPANModules::Parse::UnixConfigs - List of modules that parse Unix
config (or related) files
VERSION
This document describes version 0.002 of
Acme::CPANModules::Parse::UnixConfigs (from Perl distribution
Acme-CPANModules-Parse-UnixConfigs), released on 2023-10-31.
DESCRIPTION
ACME::CPANMODULES ENTRIES
Config::Model
Author: DDUMONT <https://metacpan.org/author/DDUMONT>
Parse::Hosts
Parse /etc/hosts.
Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>
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 Acme::CPANModules for more
details.
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 cpanm-cpanmodules
script (from App::cpanm::cpanmodules distribution):
% cpanm-cpanmodules -n Parse::UnixConfigs
Alternatively you can use the cpanmodules CLI (from App::cpanmodules
distribution):
% cpanmodules ls-entries Parse::UnixConfigs | cpanm -n
or Acme::CM::Get:
% perl -MAcme::CM::Get=Parse::UnixConfigs -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n
or directly:
% perl -MAcme::CPANModules::Parse::UnixConfigs -E'say $_->{module} for @{ $Acme::CPANModules::Parse::UnixConfigs::LIST->{entries} }' | cpanm -n
This Acme::CPANModules module also helps lcpan produce a more meaningful
result for "lcpan related-mods" command when it comes to finding related
modules for the modules listed in this Acme::CPANModules module. See
App::lcpan::Cmd::related_mods for more details on how "related modules"
are found.
HOMEPAGE
Please visit the project's homepage at
<https://metacpan.org/release/Acme-CPANModules-Parse-UnixConfigs>.
SOURCE
Source repository is at
<https://github.com/perlancar/perl-Acme-CPANModules-Parse-UnixConfigs>.
SEE ALSO
Acme::CPANModules - about the Acme::CPANModules namespace
cpanmodules - CLI tool to let you browse/view the lists
Acme::CPANModules::Parse::UnixCommands
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:
COPYRIGHT AND LICENSE
This software is copyright (c) 2023 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=Acme-CPANModules-Pars
e-UnixConfigs>
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_holder = perlancar <perlancar@cpan.org>
license = Perl_5
;---------------------------------
version=0.002
name=Acme-CPANModules-Parse-UnixConfigs
[Acme::CPANModules]
[@Author::PERLANCAR]
:version=0.608
[Prereqs]
strict=0
[Prereqs / DevelopX_spec]
lib/Acme/CPANModules/Parse/UnixConfigs.pm view on Meta::CPAN
package Acme::CPANModules::Parse::UnixConfigs;
use strict;
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-10-31'; # DATE
our $DIST = 'Acme-CPANModules-Parse-UnixConfigs'; # DIST
our $VERSION = '0.002'; # VERSION
our $LIST = {
summary => "List of modules that parse Unix config (or related) files",
entries => [
{module=>'Config::Model'},
{module=>'Parse::Hosts', summary=>'Parse /etc/hosts'},
{module=>'Parse::Services', summary=>'Parse /etc/services'},
{module=>'Parse::Sums', summary=>'Parse checksums file, e.g. MD5SUMS, SHA1SUMS'},
{module=>'Data::SSHPubkey', summary=>'Parse SSH public keys'},
],
};
1;
# ABSTRACT: List of modules that parse Unix config (or related) files
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::Parse::UnixConfigs - List of modules that parse Unix config (or related) files
=head1 VERSION
This document describes version 0.002 of Acme::CPANModules::Parse::UnixConfigs (from Perl distribution Acme-CPANModules-Parse-UnixConfigs), released on 2023-10-31.
=head1 DESCRIPTION
=head1 ACME::CPANMODULES ENTRIES
=over
=item L<Config::Model>
Author: L<DDUMONT|https://metacpan.org/author/DDUMONT>
lib/Acme/CPANModules/Parse/UnixConfigs.pm view on Meta::CPAN
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 Parse::UnixConfigs
Alternatively you can use the L<cpanmodules> CLI (from L<App::cpanmodules>
distribution):
% cpanmodules ls-entries Parse::UnixConfigs | cpanm -n
or L<Acme::CM::Get>:
% perl -MAcme::CM::Get=Parse::UnixConfigs -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n
or directly:
% perl -MAcme::CPANModules::Parse::UnixConfigs -E'say $_->{module} for @{ $Acme::CPANModules::Parse::UnixConfigs::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-Parse-UnixConfigs>.
=head1 SOURCE
Source repository is at L<https://github.com/perlancar/perl-Acme-CPANModules-Parse-UnixConfigs>.
=head1 SEE ALSO
L<Acme::CPANModules> - about the Acme::CPANModules namespace
L<cpanmodules> - CLI tool to let you browse/view the lists
L<Acme::CPANModules::Parse::UnixCommands>
=head1 AUTHOR
perlancar <perlancar@cpan.org>
=head1 CONTRIBUTING
To contribute, you can send patches by email/via RT, or send pull requests on
GitHub.
lib/Acme/CPANModules/Parse/UnixConfigs.pm view on Meta::CPAN
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2023 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.
=head1 BUGS
Please report any bugs or feature requests on the bugtracker website L<https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANModules-Parse-UnixConfigs>
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.
=cut
t/00-compile.t view on Meta::CPAN
use strict;
use warnings;
# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.058
use Test::More;
plan tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
my @module_files = (
'Acme/CPANModules/Parse/UnixConfigs.pm'
);
# no fake home requested
my @switches = (
-d 'blib' ? '-Mblib' : '-Ilib',
);
t/author-critic.t view on Meta::CPAN
}
use strict;
use warnings;
# this test was generated with Dist::Zilla::Plugin::Test::Perl::Critic::Subset 3.001.006
use Test::Perl::Critic (-profile => "") x!! -e "";
my $filenames = ['lib/Acme/CPANModules/Parse/UnixConfigs.pm'];
unless ($filenames && @$filenames) {
$filenames = -d "blib" ? ["blib"] : ["lib"];
}
all_critic_ok(@$filenames);
( run in 0.967 second using v1.01-cache-2.11-cpan-df04353d9ac )