forked from ollyg/Net-CLI-Interact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.yml
109 lines (109 loc) · 3.57 KB
/
META.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
---
abstract: 'Toolkit for CLI Automation'
author:
- 'Oliver Gorwits <[email protected]>'
build_requires:
ExtUtils::CBuilder: '0'
Test::More: '0.88'
configure_requires:
Module::Build: '0.42'
dynamic_config: 1
generated_by: 'Module::Build version 0.4224, 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: Net-CLI-Interact
provides:
Net::CLI::Interact:
file: lib/Net/CLI/Interact.pm
version: '2.300003'
Net::CLI::Interact::Action:
file: lib/Net/CLI/Interact/Action.pm
version: '2.300003'
Net::CLI::Interact::ActionSet:
file: lib/Net/CLI/Interact/ActionSet.pm
version: '2.300003'
Net::CLI::Interact::Logger:
file: lib/Net/CLI/Interact/Logger.pm
version: '2.300003'
Net::CLI::Interact::Phrasebook:
file: lib/Net/CLI/Interact/Phrasebook.pm
version: '2.300003'
Net::CLI::Interact::Role::Engine:
file: lib/Net/CLI/Interact/Role/Engine.pm
version: '2.300003'
Net::CLI::Interact::Role::FindMatch:
file: lib/Net/CLI/Interact/Role/FindMatch.pm
version: '2.300003'
Net::CLI::Interact::Role::Iterator:
file: lib/Net/CLI/Interact/Role/Iterator.pm
version: '2.300003'
Net::CLI::Interact::Role::Prompt:
file: lib/Net/CLI/Interact/Role/Prompt.pm
version: '2.300003'
Net::CLI::Interact::Transport::Base:
file: lib/Net/CLI/Interact/Transport/Base.pm
version: '2.300003'
Net::CLI::Interact::Transport::Loopback:
file: lib/Net/CLI/Interact/Transport/Loopback.pm
version: '2.300003'
Net::CLI::Interact::Transport::Net_OpenSSH:
file: lib/Net/CLI/Interact/Transport/Net_OpenSSH.pm
version: '2.300003'
Net::CLI::Interact::Transport::Platform::Unix:
file: lib/Net/CLI/Interact/Transport/Platform/Unix.pm
version: '2.300003'
Net::CLI::Interact::Transport::Platform::Win32:
file: lib/Net/CLI/Interact/Transport/Platform/Win32.pm
version: '2.300003'
Net::CLI::Interact::Transport::Role::ConnectCore:
file: lib/Net/CLI/Interact/Transport/Role/ConnectCore.pm
version: '2.300003'
Net::CLI::Interact::Transport::Role::StripControlChars:
file: lib/Net/CLI/Interact/Transport/Role/StripControlChars.pm
version: '2.300003'
Net::CLI::Interact::Transport::SSH:
file: lib/Net/CLI/Interact/Transport/SSH.pm
version: '2.300003'
Net::CLI::Interact::Transport::Serial:
file: lib/Net/CLI/Interact/Transport/Serial.pm
version: '2.300003'
Net::CLI::Interact::Transport::Telnet:
file: lib/Net/CLI/Interact/Transport/Telnet.pm
version: '2.300003'
Net::CLI::Interact::Transport::Wrapper::Base:
file: lib/Net/CLI/Interact/Transport/Wrapper/Base.pm
version: '2.300003'
Net::CLI::Interact::Transport::Wrapper::IPC_Run:
file: lib/Net/CLI/Interact/Transport/Wrapper/IPC_Run.pm
version: '2.300003'
Net::CLI::Interact::Transport::Wrapper::Net_Telnet:
file: lib/Net/CLI/Interact/Transport/Wrapper/Net_Telnet.pm
version: '2.300003'
requires:
Class::Load: '0'
Class::Mix: '0'
Config::Any: '0.27'
File::Basename: '0'
File::ShareDir: '1.00'
FileHandle: '0'
IO::Pty: '0'
IPC::Run: '0'
List::Util: '0'
Log::Dispatch::Config: '0'
Log::Dispatch::Configurator::Any: '0'
Moo: '0'
Moo::Role: '0'
MooX::Types::MooseLike::Base: '0'
Net::Telnet: '0'
POSIX: '0'
Path::Class: '0'
Sub::Quote: '0'
Time::HiRes: '0'
resources:
bugtracker: https://github.com/ollyg/Net-CLI-Interact/issues
license: http://dev.perl.org/licenses/
repository: https://github.com/ollyg/Net-CLI-Interact
version: '2.300003'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'