Acme-CPANModules-Parse-UnixCommands
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/UnixCommands.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 output of Unix commands",
"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-UnixCommands",
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"develop" : {
"requires" : {
"Pod::Coverage::TrustPod" : "0",
"Test::Perl::Critic" : "0",
"Parse::Netstat::freebsd" : "0",
"Parse::Netstat::linux" : "0",
"Parse::Netstat::solaris" : "0",
"Parse::Netstat::win32" : "0",
"Parse::nm" : "0",
"Proc::ProcessTable" : "0"
}
}
},
"provides" : {
"Acme::CPANModules::Parse::UnixCommands" : {
"file" : "lib/Acme/CPANModules/Parse/UnixCommands.pm",
"version" : "0.004"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANModules-Parse-UnixCommands"
},
"homepage" : "https://metacpan.org/release/Acme-CPANModules-Parse-UnixCommands",
"repository" : {
"type" : "git",
"url" : "git://github.com/perlancar/perl-Acme-CPANModules-Parse-UnixCommands.git",
"web" : "https://github.com/perlancar/perl-Acme-CPANModules-Parse-UnixCommands"
}
},
"version" : "0.004",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.038000"
},
"plugins" : [
{
"class" : "Dist::Zilla::Plugin::Acme::CPANModules",
---
abstract: 'List of modules that parse output of Unix commands'
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-UnixCommands
provides:
Acme::CPANModules::Parse::UnixCommands:
file: lib/Acme/CPANModules/Parse/UnixCommands.pm
version: '0.004'
requires:
strict: '0'
warnings: '0'
resources:
bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANModules-Parse-UnixCommands
homepage: https://metacpan.org/release/Acme-CPANModules-Parse-UnixCommands
repository: git://github.com/perlancar/perl-Acme-CPANModules-Parse-UnixCommands.git
version: '0.004'
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 output of Unix commands",
"AUTHOR" => "perlancar <perlancar\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Acme-CPANModules-Parse-UnixCommands",
"LICENSE" => "perl",
"NAME" => "Acme::CPANModules::Parse::UnixCommands",
"PREREQ_PM" => {
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => 0
},
NAME
Acme::CPANModules::Parse::UnixCommands - List of modules that parse
output of Unix commands
VERSION
This document describes version 0.004 of
Acme::CPANModules::Parse::UnixCommands (from Perl distribution
Acme-CPANModules-Parse-UnixCommands), released on 2023-10-31.
DESCRIPTION
ACME::CPANMODULES ENTRIES
Cisco::ShowIPRoute::Parser
Parse Cisco "show ip route" command.
Author: MARKPF <https://metacpan.org/author/MARKPF>
IPTables::Parse
Parse iptables output.
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::UnixCommands
Alternatively you can use the cpanmodules CLI (from App::cpanmodules
distribution):
% cpanmodules ls-entries Parse::UnixCommands | cpanm -n
or Acme::CM::Get:
% perl -MAcme::CM::Get=Parse::UnixCommands -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n
or directly:
% perl -MAcme::CPANModules::Parse::UnixCommands -E'say $_->{module} for @{ $Acme::CPANModules::Parse::UnixCommands::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-UnixCommands>.
SOURCE
Source repository is at
<https://github.com/perlancar/perl-Acme-CPANModules-Parse-UnixCommands>.
SEE ALSO
Acme::CPANModules - about the Acme::CPANModules namespace
cpanmodules - CLI tool to let you browse/view the lists
Acme::CPANModules::Parse::UnixConfigs
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, 2022 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-UnixCommands>
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.004
name=Acme-CPANModules-Parse-UnixCommands
[Acme::CPANModules]
[@Author::PERLANCAR]
:version=0.608
[Prereqs]
strict=0
warnings=0
lib/Acme/CPANModules/Parse/UnixCommands.pm view on Meta::CPAN
package Acme::CPANModules::Parse::UnixCommands;
use strict;
use warnings;
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-10-31'; # DATE
our $DIST = 'Acme-CPANModules-Parse-UnixCommands'; # DIST
our $VERSION = '0.004'; # VERSION
our $LIST = {
summary => "List of modules that parse output of Unix commands",
entries => [
{module=>'Cisco::ShowIPRoute::Parser', summary=>'Parse Cisco "show ip route" command'},
{module=>'IPTables::Parse', summary=>'Parse iptables output'},
{module=>'Parse::IPCommand', summary=>'Parse linux "ip" command output'},
{module=>'Parse::Netstat::darwin', summary=>'Parse netstat output'},
{module=>'Parse::Netstat::freebsd', summary=>'Parse netstat output'},
{module=>'Parse::Netstat::linux', summary=>'Parse netstat output'},
{module=>'Parse::Netstat::solaris', summary=>'Parse netstat output'},
{module=>'Parse::Netstat', summary=>'Parse netstat output'},
{module=>'Parse::Netstat::win32', summary=>'Parse netstat output'},
{module=>'Parse::nm', summary=>'Parse nm output'},
{module=>'Proc::ProcessTable', summary=>'Parse "ps ax" output'},
],
};
1;
# ABSTRACT: List of modules that parse output of Unix commands
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::Parse::UnixCommands - List of modules that parse output of Unix commands
=head1 VERSION
This document describes version 0.004 of Acme::CPANModules::Parse::UnixCommands (from Perl distribution Acme-CPANModules-Parse-UnixCommands), released on 2023-10-31.
=head1 DESCRIPTION
=head1 ACME::CPANMODULES ENTRIES
=over
=item L<Cisco::ShowIPRoute::Parser>
Parse Cisco "show ip route" command.
lib/Acme/CPANModules/Parse/UnixCommands.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::UnixCommands
Alternatively you can use the L<cpanmodules> CLI (from L<App::cpanmodules>
distribution):
% cpanmodules ls-entries Parse::UnixCommands | cpanm -n
or L<Acme::CM::Get>:
% perl -MAcme::CM::Get=Parse::UnixCommands -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n
or directly:
% perl -MAcme::CPANModules::Parse::UnixCommands -E'say $_->{module} for @{ $Acme::CPANModules::Parse::UnixCommands::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-UnixCommands>.
=head1 SOURCE
Source repository is at L<https://github.com/perlancar/perl-Acme-CPANModules-Parse-UnixCommands>.
=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::UnixConfigs>
=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/UnixCommands.pm view on Meta::CPAN
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2023, 2022 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-UnixCommands>
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/UnixCommands.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/UnixCommands.pm'];
unless ($filenames && @$filenames) {
$filenames = -d "blib" ? ["blib"] : ["lib"];
}
all_critic_ok(@$filenames);
( run in 2.024 seconds using v1.01-cache-2.11-cpan-df04353d9ac )