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
|
---
abstract: 'Run command-line sessions to network appliances'
author:
- 'Oliver Gorwits <oliver@cpan.org>'
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-Appliance-Session
provides:
Net::Appliance::Session:
file: lib/Net/Appliance/Session.pm
version: '4.300005'
Net::Appliance::Session::Async:
file: lib/Net/Appliance/Session/Async.pm
version: '4.300005'
Net::Appliance::Session::Engine:
file: lib/Net/Appliance/Session/Engine.pm
version: '4.300005'
Net::Appliance::Session::Scripting:
file: lib/Net/Appliance/Session/Scripting.pm
version: '4.300005'
Net::Appliance::Session::Transport:
file: lib/Net/Appliance/Session/Transport.pm
version: '4.300005'
requires:
Cwd: '0'
Data::Dumper: '0'
File::ShareDir: '1.00'
Getopt::Long: '2.24'
IO::Handle: '0'
IO::Prompt::Tiny: '0'
Moo: '0'
Moo::Role: '0'
MooX::Types::MooseLike::Base: '0'
Net::CLI::Interact: '2.300003'
Sub::Quote: '0'
Term::ANSIColor: '0'
Term::ReadPassword: '0'
Text::Glob: '0'
Text::ParseWords: '0'
Try::Tiny: '0'
strict: '0'
warnings: '0'
resources:
bugtracker: https://github.com/ollyg/Net-Appliance-Session/issues
license: http://dev.perl.org/licenses/
repository: https://github.com/ollyg/Net-Appliance-Session
version: '4.300005'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|