add readme and update meta

This commit is contained in:
Oliver Gorwits
2018-01-30 15:41:53 +00:00
parent 2625381e5b
commit fb69a60b45
5 changed files with 2474 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ Module::Build->new(
license => 'bsd',
dist_author => 'Eric A. Miller <emiller@cpan.org>',
# dynamic_config => 1,
create_readme => 1,
configure_requires => {
'Module::Build' => '0.42',
},

View File

@@ -129,6 +129,7 @@ LICENSE
MANIFEST This list of files
META.json
META.yml
README
t/00_load.t
xt/.perltidyrc
xt/00_local_distribution.t
@@ -139,3 +140,4 @@ xt/00_local_pod.t
xt/00_local_prereq.t
xt/00_local_spelling.t
xt/00_local_versionsync.t
xt/10_remote_snmplabs.t

View File

@@ -27,6 +27,12 @@
},
"test" : {
"requires" : {
"Class::ISA" : "0",
"File::Slurp" : "0",
"Module::Info" : "0",
"Module::Load" : "0",
"PPI" : "0",
"Test::Distribution" : "0",
"Test::More" : "0.88"
}
}

View File

@@ -3,6 +3,12 @@ abstract: 'OO Interface to Network devices and MIBs through SNMP'
author:
- 'Eric A. Miller <emiller@cpan.org>'
build_requires:
Class::ISA: '0'
File::Slurp: '0'
Module::Info: '0'
Module::Load: '0'
PPI: '0'
Test::Distribution: '0'
Test::More: '0.88'
configure_requires:
Module::Build: '0.42'

2459
README Normal file

File diff suppressed because it is too large Load Diff